mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-13 17:25:34 +01:00
Add sentinelAgreement endpoint to forisUrls
This commit is contained in:
parent
75dd0fec92
commit
cff5f1e5e1
|
@ -21,7 +21,9 @@ export const ForisURLs = {
|
||||||
packages: `${REFORIS_URL_PREFIX}/package-management/packages`,
|
packages: `${REFORIS_URL_PREFIX}/package-management/packages`,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Plugins
|
||||||
storage: `${REFORIS_URL_PREFIX}/storage`,
|
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.
|
// Notifications links are used with <Link/> inside Router, thus url subdir is not required.
|
||||||
overview: "/overview",
|
overview: "/overview",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user