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

Add sentinelAgreement endpoint to forisUrls

This commit is contained in:
Aleksandr Gumroian 2021-06-25 17:28:01 +02:00
parent 75dd0fec92
commit cff5f1e5e1
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -21,7 +21,9 @@ export const ForisURLs = {
packages: `${REFORIS_URL_PREFIX}/package-management/packages`,
},
// Plugins
storage: `${REFORIS_URL_PREFIX}/storage`,
sentinelAgreement: `${REFORIS_URL_PREFIX}/sentinel/agreement`,
// Notifications links are used with <Link/> inside Router, thus url subdir is not required.
overview: "/overview",