1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00

fix: changed to new API URL

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
Florian Bouillon 2022-09-12 23:57:16 +02:00
parent fad5e018a3
commit 7467090e2c

View File

@ -19,7 +19,7 @@ server.use((_, res, next) => {
})
server.get('/', (_, res) => {
res.redirect('https://www.tcgdex.net/docs?ref=api.tcgdex.net')
res.redirect('https://www.tcgdex.dev/?ref=api.tcgdex.net')
})
server.use(express.static('./public'))