Skip to content

Commit

Permalink
testing with different uri
Browse files Browse the repository at this point in the history
  • Loading branch information
jalajcodes committed Oct 18, 2020
1 parent b6b7a65 commit d666b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const mount = async (app: Application) => {
const db = await connectDatabase();

const corsOptions: CorsOptions = {
origin: 'https://homesweethomee.netlify.app',
// origin: 'homesweethomee.netlify.app',
credentials: true,
};

Expand Down

0 comments on commit d666b35

Please sign in to comment.