1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

F #5422: Fix minor in sunstone routes (#1591)

This commit is contained in:
Sergio Betanzos 2021-11-18 17:45:11 +01:00 committed by GitHub
parent fab8c55078
commit cd6a7604ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,8 +115,8 @@ export const PATH = {
DETAIL: '/marketplace/:id'
},
MARKETPLACE_APPS: {
LIST: '/marketplaces-app',
DETAIL: '/marketplaces-app/:id'
LIST: '/marketplace-app',
DETAIL: '/marketplace-app/:id'
}
},
NETWORK: {