Skip to content

Commit 261ec53

Browse files
committed
Fix Vite dev proxy target
1 parent bf24528 commit 261ec53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/apps/ums.web-app/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import path from 'path'
44

55
export default defineConfig(({ mode }) => {
66
const env = loadEnv(mode, process.cwd(), '')
7-
const apiUrl = env.VITE_API_URL || 'https://localhost:7114'
7+
const apiUrl = env.VITE_API_URL || 'http://localhost:7114'
88

99
return {
1010
plugins: [react()],

0 commit comments

Comments
 (0)