1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-11-12 17:15:35 +01:00

Add about endpoint to forisUrls

This commit is contained in:
Aleksandr Gumroian 2022-02-10 11:14:32 +01:00
parent badb043554
commit f327428765
No known key found for this signature in database
GPG Key ID: 5F29B986B9AD1471

View File

@ -36,5 +36,6 @@ export const ForisURLs = {
luci: "/cgi-bin/luci",
// API
about: `${REFORIS_API_URL_PREFIX}/about`,
reboot: `${REFORIS_API_URL_PREFIX}/reboot`,
};