feat(api): list servers
This commit is contained in:
parent
6c9908d030
commit
52a8ae47fe
3 changed files with 26 additions and 0 deletions
|
@ -107,6 +107,9 @@ export default defineNuxtConfig({
|
|||
crawlLinks: false,
|
||||
routes: ['/', '/200.html'],
|
||||
},
|
||||
routeRules: {
|
||||
'/list-servers': { swr: true },
|
||||
},
|
||||
},
|
||||
app: {
|
||||
keepalive: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue