added mangaupdates integration
cleanup db related code cleanup ui ui eye candy
This commit is contained in:
@@ -28,6 +28,11 @@ export default defineConfig({
|
||||
target: 'https://graphql.anilist.co',
|
||||
changeOrigin: true,
|
||||
},
|
||||
'^/mangaupdates/.*$': {
|
||||
target: 'https://api.mangaupdates.com',
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/mangaupdates/, ''),
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user