Bug fix and Api updates

This commit is contained in:
Vijay Sebastian
2016-02-17 16:02:00 +05:30
parent 5bc5131e3b
commit 3569d6ac48
20 changed files with 444 additions and 250 deletions

View File

@@ -116,7 +116,7 @@ class TokenAuthController extends Controller {
* verify the url is existing or not
* @return type json
*/
public function CheckUrl() {
public function checkUrl() {
try {
$v = \Validator::make($request->all(), [
'url' => 'required|url'