mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-04 12:04:54 +01:00
Added base url
This commit is contained in:
@@ -58,6 +58,8 @@ Route::group([
|
||||
'middleware' => 'api',
|
||||
'prefix' => 'settings'
|
||||
], function () {
|
||||
Route::get('/config', 'SettingsController@config')
|
||||
->name('settings.config');
|
||||
Route::get('/', 'SettingsController@index')
|
||||
->name('settings.index');
|
||||
Route::put('/', 'SettingsController@store')
|
||||
|
||||
Reference in New Issue
Block a user