Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattmog committed Nov 9, 2024
2 parents f1afdc7 + a94ce3b commit 2df6edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Backend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const logoutCookieOptions = isProduction ? {
}

const allowedOrigins = isProduction ?
['https://instagramtoolfront.duckdns.org']
['https://wyattmog.github.io'] :
['http://localhost:5500'];

Expand Down
1 change: 1 addition & 0 deletions Frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Wyatt Mogelson">
<meta name="google-site-verification" content="YRZ6y6ktxEQ0wm8kPrpfOVpG9htPSc8GPFtt5kZMoUE" />
<title>Login Page</title>
<link rel="stylesheet" href="style.css">
</head>
Expand Down

0 comments on commit 2df6edd

Please sign in to comment.