Skip to content

Commit

Permalink
made app.js cors changes
Browse files Browse the repository at this point in the history
  • Loading branch information
if22b088 committed Aug 29, 2024
1 parent 261197f commit cb58bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const posthog = new PostHog(

var app = express();
app.use(cors({
origin: ['http://44.219.67.143', 'http://10.0.1.20'],
origin: ['http://44.219.67.143', 'http://10.0.1.20', 'http://44.219.67.143:8081', 'http://44.219.67.143:8082'],
credentials: true
}));

Expand Down

0 comments on commit cb58bc0

Please sign in to comment.