1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

fix: Misc Endpoints not working as intended (#181)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-22 14:46:03 +01:00
committed by GitHub
parent ac3a62c0ec
commit 227637fd97
6 changed files with 40 additions and 19 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"files.exclude": {
"**/*.js": true
}
}