1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-12-26 00:21:36 +01:00

Add about endpoint to forisUrls

This commit is contained in:
Aleksandr Gumroian 2022-02-10 11:14:32 +01:00
parent d588291f1c
commit ce3d439005
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -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`,
}; };