Skip to content

Commit 7fc1014

Browse files
committedMar 20, 2025··
fix: use correct preview url
1 parent de9631c commit 7fc1014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ app.doc("/openapi.json", (c) => {
6262
}
6363

6464
if (c.env.ENVIRONMENT === "preview") {
65-
server.url = "https://preview.api.mojis.dev";
65+
server.url = "https://api.preview.mojis.dev";
6666
server.description = "Preview Environment";
6767
}
6868

0 commit comments

Comments
 (0)
Please sign in to comment.