Skip to content

Commit

Permalink
fix: changed to new API URL
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed Sep 12, 2022
1 parent fad5e01 commit 7467090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 7467090

Please sign in to comment.