mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-14 17:35:35 +01:00
Add about endpoint to forisUrls
This commit is contained in:
parent
badb043554
commit
f327428765
|
@ -36,5 +36,6 @@ export const ForisURLs = {
|
||||||
luci: "/cgi-bin/luci",
|
luci: "/cgi-bin/luci",
|
||||||
|
|
||||||
// API
|
// API
|
||||||
|
about: `${REFORIS_API_URL_PREFIX}/about`,
|
||||||
reboot: `${REFORIS_API_URL_PREFIX}/reboot`,
|
reboot: `${REFORIS_API_URL_PREFIX}/reboot`,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user