mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-14 17:35:35 +01:00
Merge branch 'add-data-collection-endpoint' into 'dev'
Add sentinelAgreement endpoint to forisUrls See merge request turris/reforis/foris-js!162
This commit is contained in:
commit
3a39e44c34
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user