mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 22:39:26 +01:00
Added base url
This commit is contained in:
@@ -48,4 +48,15 @@ class SettingsController extends Controller
|
||||
'data' => $setting
|
||||
], 200);
|
||||
}
|
||||
|
||||
public function config()
|
||||
{
|
||||
|
||||
|
||||
$config = [
|
||||
'base' => SettingsHelper::getBase()
|
||||
];
|
||||
|
||||
return $config;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user