We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e441361 commit af7dbf0Copy full SHA for af7dbf0
1 file changed
api/config.js
@@ -4,9 +4,10 @@
4
export const ALLOWED_ORIGINS = [
5
'https://jasbanza.github.io', // GitHub Pages
6
'https://cctp-relayer.vercel.app', // Vercel (update with your actual domain)
7
- // Uncomment for local development:
8
- // 'http://localhost:3000',
9
- // 'http://localhost:8080',
+ // Local development:
+ 'http://localhost:8000',
+ 'http://localhost:3000',
10
+ 'http://localhost:8080',
11
];
12
13
0 commit comments