Add about endpoint to forisUrls

merge-requests/183/head
Aleksandr Gumroian 2 years ago
parent badb043554
commit f327428765
No known key found for this signature in database
GPG Key ID: 5F29B986B9AD1471
  1. 1
      src/utils/forisUrls.js

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

Loading…
Cancel
Save