Add dummy logout endpoint
This commit is contained in:
parent
53df67a4ce
commit
8efb087cdd
2 changed files with 7 additions and 2 deletions
|
@ -35,7 +35,8 @@ void main(List<String> argsRaw) async {
|
|||
)
|
||||
..get("/userinfo", apiHelper.userinfoHandler)
|
||||
..get("/bridge", apiHelper.bridgeHandler)
|
||||
..post("/login", apiHelper.handleLogin)
|
||||
..post("/login", apiHelper.loginHandler)
|
||||
..post("/logout", apiHelper.logoutHandler)
|
||||
..post("/token", apiHelper.tokenHandler))
|
||||
.call,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue