Skip to content

Commit e06e5a2

Browse files
committed
fix: Fix url
1 parent 68b81aa commit e06e5a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { createApiReference } from "@scalar/api-reference";
22
import "@scalar/api-reference/style.css";
33

44
createApiReference("#app", {
5-
url: "http://127.0.0.1:3000/api/v1/openapi.json",
5+
url: "https://codize.dev/api/v1/openapi.json",
66
agent: {
77
disabled: true,
88
},

0 commit comments

Comments
 (0)