GWM : route issue
This commit is contained in:
parent
5dfab1ad12
commit
5a53b0aa89
@ -27,7 +27,7 @@ $routes->group('api', ['filter' => 'appSignature'], function ($routes) {
|
||||
|
||||
|
||||
//api's with token
|
||||
// $routes->group('api', ['filter' => ["jwtAuth","appSignature"] ], function ($routes) {
|
||||
$routes->group('api', ['filter' => ["jwtAuth","appSignature"] ], function ($routes) {
|
||||
|
||||
//logout
|
||||
$routes->get('auth/logout', 'StaffAuthController::logout');
|
||||
@ -152,7 +152,7 @@ $routes->group('api', ['filter' => 'appSignature'], function ($routes) {
|
||||
|
||||
|
||||
|
||||
// });
|
||||
});
|
||||
|
||||
$routes->get("api/policy/PolicyFilePath", "PolicyController::PolicyFilePath");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user