Skip to content

Commit 19f28cc

Browse files
committed
fix(proxy): update proxy prefix
1 parent b1875cb commit 19f28cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/web.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const WebConfig = {
22
CorsProxy: 'https://fastify-cors-proxy.vercel.app',
33
CorsPrefix: {
4-
trakt: 'trakt',
4+
trakt: 'api-trakt',
55
tmdb: 'tmdb',
66
},
77
};

0 commit comments

Comments
 (0)