Skip to content

Commit bee5c83

Browse files
authored
change hardcoed to use /api in route (#2513)
1 parent 8132b04 commit bee5c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/swagger/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function APIDocs() {
3838
docExpansion="none"
3939
operationsSorter="method"
4040
filter={true}
41-
url={process.env.NEXT_PUBLIC_SWAGGER_DOCS_URL || "https://api.cal.dev/docs"}
41+
url={process.env.NEXT_PUBLIC_SWAGGER_DOCS_URL || "https://api.cal.com/api/docs"}
4242
/>
4343
</div>
4444
);

0 commit comments

Comments
 (0)