mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Switch these back
This commit is contained in:
parent
d06762ffe9
commit
66dd15ea63
1 changed files with 1 additions and 1 deletions
|
@ -79,8 +79,8 @@ app.use('*', async (c, next) => {
|
||||||
app.use('*', cacheMiddleware());
|
app.use('*', cacheMiddleware());
|
||||||
app.use('*', timing({ enabled: false }));
|
app.use('*', timing({ enabled: false }));
|
||||||
|
|
||||||
app.route(`/twitter`, twitter);
|
|
||||||
app.route(`/api`, api);
|
app.route(`/api`, api);
|
||||||
|
app.route(`/twitter`, twitter);
|
||||||
|
|
||||||
app.all(
|
app.all(
|
||||||
'/error',
|
'/error',
|
||||||
|
|
Loading…
Add table
Reference in a new issue