added servers to openapi docs config so mintlify playground works. (#1374)

This commit is contained in:
Jan Carbonell
2026-04-06 15:47:26 -06:00
committed by GitHub
parent d231dc2fac
commit d7204c371f

View File

@@ -125,6 +125,9 @@ app.get(
version: "dev",
description: "OpenAPI spec for the Den control plane API.",
},
servers: [
{ url: "https://api.openworklabs.com" },
],
tags: [
{ name: "System", description: "Service health and operational routes." },
{ name: "Documentation", description: "OpenAPI document and Swagger UI routes." },