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

M #~: Fix route to retrieve service template pool (#2068)

This commit is contained in:
Sergio Betanzos 2022-05-20 13:19:04 +02:00 committed by GitHub
parent a419e729ee
commit 6b799b1dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ module.exports = {
Actions,
Commands: {
[SERVICE_TEMPLATE_SHOW]: {
path: `${basepath}/:id`,
path: `${basepath}/:id?`,
httpMethod: GET,
auth: true,
params: {