developer token

This commit is contained in:
TL 2022-10-14 16:34:38 +08:00 committed by Edward Yang
parent 5bd60354a3
commit 581a8eb9d7
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ Route::prefix($adminName)
Route::middleware('can:settings_index')->get('settings', [Controllers\SettingController::class, 'index'])->name('settings.index');
Route::middleware('can:settings_update')->post('settings', [Controllers\SettingController::class, 'store'])->name('settings.store');
Route::middleware('can:settings_update')->post('settings/store_token', [Controllers\SettingController::class, 'store_token'])->name('settings.store_token');
// 税类