Skip to content

Commit ebc57cb

Browse files
updated the frontend path
1 parent 382675f commit ebc57cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-gateway/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ app.use('/api/carts', createProxyMiddleware({ target: 'http://cart-service:3005'
1010

1111

1212
app.use(cors({
13-
origin: 'https://blendrush.netlify.app',
13+
origin: 'https://blendrush.netlify.app/',
1414
methods: ['GET', 'POST', 'PUT', 'DELETE'],
1515
credentials: true
1616
}));

0 commit comments

Comments
 (0)