Change naming
This commit is contained in:
parent
644d065ec9
commit
8cb223e862
3 changed files with 17 additions and 12 deletions
|
@ -36,7 +36,6 @@ void main(List<String> argsRaw) async {
|
|||
..get("/userinfo", apiHelper.userinfoHandler)
|
||||
..get("/bridge", apiHelper.bridgeHandler)
|
||||
..post("/login", apiHelper.loginHandler)
|
||||
..post("/introspect", apiHelper.introspectionHandler)
|
||||
..post("/logout", apiHelper.logoutHandler)
|
||||
..post("/token", apiHelper.tokenHandler))
|
||||
.call,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue