Add basic logout

This commit is contained in:
2026-01-11 15:31:59 -06:00
parent 4a4dc11aa4
commit 096a1235b5
4 changed files with 43 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ const routes: Route[] = [
basicRoutes.home,
basicRoutes.hello,
basicRoutes.login,
basicRoutes.logout,
{
path: "/slow",
methods: ["GET"],