@cryptotaxi247 / CoPilot / commits / 180a7679

Update user authentication logic

Taylor committed Feb 12, 2024 at 09:41 UTC 180a76791e524e852aed826dc968715ac93ecb25
1 file changed +1 -1
frontend/vite.config.mts
+1 -1
@@ -39,7 +39,7 @@ export default defineConfig({
39 ? {
40 key: fs.readFileSync("/certs/key.pem"),
41 cert: fs.readFileSync("/certs/cert.pem")
42 - }
42 + }
43 : false,
44 proxy: {
45 "/api": {