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

M #~: Fix routes 2FA FireEdge (#2725)

This commit is contained in:
Jorge Miguel Lobo Escalona 2023-09-14 12:38:30 +02:00 committed by GitHub
parent bc1086c3e2
commit 8b7c4db528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ module.exports = {
Actions,
Commands: {
[TFA_SETUP]: {
path: `${basepath}/`,
path: `${basepath}`,
httpMethod: POST,
auth: true,
params: {
@ -45,12 +45,12 @@ module.exports = {
},
},
[TFA_QR]: {
path: `${basepath}/`,
path: `${basepath}`,
httpMethod: GET,
auth: true,
},
[TFA_DELETE]: {
path: `${basepath}/`,
path: `${basepath}`,
httpMethod: DELETE,
auth: true,
},