Openstatus www.openstatus.dev

๐Ÿ› api docs (#1201)

* ๐Ÿ› api docs

* ci: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Thibault Le Ouay
autofix-ci[bot]
and committed by
GitHub
da438825 ae51887d

+11 -2
+11 -2
apps/server/src/routes/v1/index.ts
··· 111 111 spec: { 112 112 url: "/v1/openapi", 113 113 }, 114 - baseServerURL: "https://api.openstatus.dev/v1", 114 + servers: [ 115 + { 116 + url: "https://api.openstatus.dev/v1", 117 + description: "Production server", 118 + }, 119 + { 120 + url: "http://localhost:3000", 121 + description: "Dev server", 122 + }, 123 + ], 115 124 metaData: { 116 125 title: "OpenStatus API", 117 - description: "API Reference", 126 + description: "Start building with OpenStatus API", 118 127 ogDescription: "API Reference", 119 128 ogTitle: "OpenStatus API", 120 129 ogImage: