We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3552071 commit 071dda5Copy full SHA for 071dda5
frontend/vite.config.ts
@@ -88,7 +88,7 @@ export default defineConfig(({ mode }) => {
88
...defaultConfig.server,
89
open: true,
90
proxy: {
91
- '/auth': {
+ '/login': {
92
target: isProxy,
93
changeOrigin: true,
94
secure: false,
0 commit comments