use MangaDex to better find links between AniList and MangaUpdates
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user