Switch these back

This commit is contained in:
dangered wolf 2023-11-09 04:47:26 -05:00
parent d06762ffe9
commit 66dd15ea63
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -79,8 +79,8 @@ app.use('*', async (c, next) => {
app.use('*', cacheMiddleware());
app.use('*', timing({ enabled: false }));
app.route(`/twitter`, twitter);
app.route(`/api`, api);
app.route(`/twitter`, twitter);
app.all(
'/error',