We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd13203 commit 116d5eaCopy full SHA for 116d5ea
src/server/server.ts
@@ -102,7 +102,7 @@ export class AppServer {
102
"GET /api/file": getFileHandler.bind(this),
103
104
"POST /api/auth": this.config.auth.handler,
105
- "POST /api/logout": this.config.auth.handler,
+ "POST /api/logout": this.config.auth.logoutHandler,
106
"POST /api/chat": createChatHandler.bind(this),
107
"POST /api/message": sendMessageHandler.bind(this),
108
"POST /api/file": uploadFileHandler.bind(this),
0 commit comments