mirror of
https://github.com/smartyellow/status.git
synced 2025-07-18 20:44:05 +00:00
Route prefix
This commit is contained in:
@ -18,7 +18,7 @@ const icons = {
|
||||
let promise;
|
||||
|
||||
async function refresh() {
|
||||
promise = await api.get('/webservices');
|
||||
promise = await api.get('/status/webservices');
|
||||
}
|
||||
|
||||
onMount(() => {
|
||||
|
Reference in New Issue
Block a user