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:
parent
fad5e018a3
commit
7467090e2c
@ -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'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user