Skip to content

Commit 2af6bf3

Browse files
committed
working
1 parent 10c7d20 commit 2af6bf3

33 files changed

+6558
-7929
lines changed

epicshop/epic-me/app/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { type RouteConfig, index, route } from '@react-router/dev/routes'
33
export default [
44
index('routes/index.tsx'),
55
route('/authorize', 'routes/authorize.tsx'),
6-
route('/whoami', 'routes/whoami.tsx'),
6+
route('/healthcheck', 'routes/healthcheck.tsx'),
77
route('/db-api', 'routes/db-api.tsx'),
88
route('/introspect', 'routes/introspect.tsx'),
99
] satisfies RouteConfig
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export async function loader() {
2+
return new Response('ok')
3+
}

epicshop/epic-me/app/routes/whoami.tsx

Lines changed: 0 additions & 249 deletions
This file was deleted.

0 commit comments

Comments
 (0)