mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
added servers to openapi docs config so mintlify playground works. (#1374)
This commit is contained in:
@@ -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." },
|
||||
|
||||
Reference in New Issue
Block a user