1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +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) => { 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')) server.use(express.static('./public'))