feat(api): list servers

This commit is contained in:
Anthony Fu 2022-12-24 01:07:38 +01:00
parent 6c9908d030
commit 52a8ae47fe
3 changed files with 26 additions and 0 deletions

View file

@ -107,6 +107,9 @@ export default defineNuxtConfig({
crawlLinks: false,
routes: ['/', '/200.html'],
},
routeRules: {
'/list-servers': { swr: true },
},
},
app: {
keepalive: true,