Why wont this work?
This commit is contained in:
parent
0cd8840ac8
commit
a36fff1e9d
@ -12,6 +12,6 @@ app.get('/', async (c) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Handlers
|
// Handlers
|
||||||
app.route('/user', LoginHandler);
|
app.route('/*', LoginHandler);
|
||||||
|
|
||||||
export default app;
|
export default app;
|
||||||
|
Loading…
Reference in New Issue
Block a user