1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-24 17:21:19 +00:00

fix: update /logout route to /SASLogon/logout

This commit is contained in:
2022-06-22 00:24:41 +05:00
parent 1933be15c2
commit 65380be2f3
4 changed files with 11 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ webRouter.post(
}
)
webRouter.get('/logout', desktopRestrict, async (req, res) => {
webRouter.get('/SASLogon/logout', desktopRestrict, async (req, res) => {
try {
await controller.logout(req)
res.status(200).send('OK!')