Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Route::post('/location/index','LocationController@index')->middlware("loginVerify:index-all-locations");
  2. Route::post('/location/read/{id}', 'LocationController@read')->middleware("loginVerify:read-all-locations");
  3. Route::post('/location/add','LocationsController@add')->middleware("loginVerify:add-own-location");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement