mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
Add image info, increase php limits
This commit is contained in:
parent
cb086c4708
commit
68d316cd86
5 changed files with 24 additions and 3 deletions
|
|
@ -22,6 +22,7 @@ Route::middleware('auth')->group(function () {
|
|||
Route::get('/upload', UploadPage::class)->name('upload');
|
||||
Route::get('/profiles/{user}', ProfilePage::class);
|
||||
Route::get('/users', UsersPage::class)->name('users');
|
||||
Route::get('/phpinfo', function () { return phpinfo(); });
|
||||
});
|
||||
|
||||
// Post routes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue