Commit 0900e481 authored by hj's avatar hj

更新提交

parent 68e84622
......@@ -22,5 +22,9 @@ $api->version('v1', function($api) {
$api->get('/storage/pdf/{path}', ['uses'=>'MsdsController@viewPdf']);
});
$api->group(['namespace'=>'App\Http\Controllers\V1\Auth','middleware' => ['maintenance','throttle:60,1']], function($api) {
$api->post('/openapi/auth/msds/getToken', ['uses'=>'CustomerAuthController@getToken']);
});
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment