use developer.cal.com for swagger docs

feat/docs-api
Agusti Fernandez Pardo 2022-04-15 16:02:52 +02:00
parent 98b7765705
commit b703d6498d
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ const withNextra = require("nextra")({
module.exports = withNextra({
async rewrites() {
return [{ basePath: false, source: "/api", destination: "https://swagger-beta.vercel.app" }];
return [{ basePath: false, source: "/api", destination: "https://developer.cal.com" }];
},
});