use MangaDex to better find links between AniList and MangaUpdates

This commit is contained in:
wea_ondara
2023-11-25 16:58:48 +01:00
parent 53f059b7de
commit d8bb97805c
25 changed files with 506 additions and 72 deletions

View File

@@ -28,6 +28,10 @@ export default defineConfig({
target: 'http://localhost:5000',
changeOrigin: true,
},
'^/mangadex/.*$': {
target: 'http://localhost:5000',
changeOrigin: true,
},
'^/mangaupdates/.*$': {
target: 'http://localhost:5000',
changeOrigin: true,