We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1875cb commit 19f28ccCopy full SHA for 19f28cc
src/settings/web.config.ts
@@ -1,7 +1,7 @@
1
export const WebConfig = {
2
CorsProxy: 'https://fastify-cors-proxy.vercel.app',
3
CorsPrefix: {
4
- trakt: 'trakt',
+ trakt: 'api-trakt',
5
tmdb: 'tmdb',
6
},
7
};
0 commit comments