Skip to content

Commit 1d8ae1d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 69f65f7 commit 1d8ae1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
port: 5173,
1414
strictPort: true,
1515
proxy: {
16-
'/api': 'http://localhost:8000',
16+
"/api": "http://localhost:8000",
1717
},
1818
},
1919
});

0 commit comments

Comments
 (0)