use developer.cal.com for swagger docs
parent
98b7765705
commit
b703d6498d
|
@ -6,6 +6,6 @@ const withNextra = require("nextra")({
|
||||||
|
|
||||||
module.exports = withNextra({
|
module.exports = withNextra({
|
||||||
async rewrites() {
|
async rewrites() {
|
||||||
return [{ basePath: false, source: "/api", destination: "https://swagger-beta.vercel.app" }];
|
return [{ basePath: false, source: "/api", destination: "https://developer.cal.com" }];
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue