mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update
This commit is contained in:
parent
f2ffb184d4
commit
602e12d745
@ -48,7 +48,7 @@ Route::prefix('v1')
|
||||
abort(404, 'not found');
|
||||
}
|
||||
});
|
||||
Route::get('server/log/fetch', 'ServerController@logFetch');
|
||||
Route::get('server/log/fetch', 'User\\ServerController@logFetch');
|
||||
});
|
||||
|
||||
// Passport
|
||||
|
Loading…
Reference in New Issue
Block a user