diff --git a/app/src/index.tsx b/app/src/index.tsx index ea8f232..53f9fd8 100644 --- a/app/src/index.tsx +++ b/app/src/index.tsx @@ -12,6 +12,6 @@ app.get('/', async (c) => { }); // Handlers -app.route('/*', LoginHandler); +app.route('/user', LoginHandler); export default app;