Skip to content

Commit 68b81aa

Browse files
committed
chore: /api -> /api-docs
1 parent 4cd2864 commit 68b81aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig } from "vite";
22

33
export default defineConfig({
4-
base: "/api/",
4+
base: "/api-docs/",
55
});

0 commit comments

Comments
 (0)