Change naming

This commit is contained in:
Henry Hiles 2025-07-27 15:29:43 -04:00
commit 8cb223e862
No known key found for this signature in database
3 changed files with 17 additions and 12 deletions

View file

@ -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,