Skip to content

Commit

Permalink
Update user authentication logic
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton committed Feb 12, 2024
1 parent f3ad621 commit 180a767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default defineConfig({
? {
key: fs.readFileSync("/certs/key.pem"),
cert: fs.readFileSync("/certs/cert.pem")
}
}
: false,
proxy: {
"/api": {
Expand Down

0 comments on commit 180a767

Please sign in to comment.