hirosystems / stacks-blockchain-api

API for the Stacks blockchain
https://stacks-blockchain-api.vercel.app
GNU General Public License v3.0
178 stars 114 forks source link

OpenAPI Spec Not Accessible #2155

Open ryanwaits opened 3 weeks ago

ryanwaits commented 3 weeks ago

Describe the bug

The openapi.json file is no longer accessible at stacks-blockchain-api.vercel.app/openapi.json after the Fastify migration. We are using this to automatically keep API references up-to-date in our documentation repo.

Current Behavior

Likely Cause

OpenAPI files are being written to ./docs instead of ./tmp or ./public, preventing Vercel from serving them correctly.

Reference

openapi-generator.ts#L21