Add a route prefix to the route handler.
This commit is contained in:
parent
134c9904c0
commit
0cd8840ac8
@ -12,6 +12,6 @@ app.get('/', async (c) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Handlers
|
// Handlers
|
||||||
app.route('/*', LoginHandler);
|
app.route('/user', LoginHandler);
|
||||||
|
|
||||||
export default app;
|
export default app;
|
||||||
|
Loading…
Reference in New Issue
Block a user