Skip to content

Commit 55bf26e

Browse files
committed
Fix broken status route spamming logs.
1 parent e5f3678 commit 55bf26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
|
111111
*/
112112
Route::group(['prefix' => 'ajax'], function () {
113-
Route::get('/status', 'Server\AjaxController@getStatus')->name('server.ajax.status');
113+
Route::get('/status', 'AjaxController@getStatus')->name('server.ajax.status');
114114

115115
Route::post('/set-primary', 'AjaxController@postSetPrimary')->name('server.ajax.set-primary');
116116
Route::post('/settings/reset-database-password', 'AjaxController@postResetDatabasePassword')->name('server.ajax.reset-database-password');

0 commit comments

Comments
 (0)