Skip to content
Snippets Groups Projects
Commit f8848e12 authored by Martin's avatar Martin
Browse files

Change ( Routes fix )

parent 28c4c13d
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,9 @@ use Illuminate\Support\Facades\Route;
*/
 
 
Route::middleware('auth:api')->namespace($this->namespace)->prefix('users')->group( function () {
Route::middleware('auth:api')->prefix('users')->group( function () {
 
Route::get('/profile', 'UserController@getProfile');
Route::get('/profile', 'API\\UserController@getProfile');
 
Route::get('/{id}', 'API\\UserController@geteUser');
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment