Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
1234567891011 |
- # contracts
-
- `openapi.json` is the generated API contract.
-
- It is not hand-written. The Axum router (`utoipa-axum` + `#[utoipa::path]`) is the source of truth.
-
- ```bash
- just generate-api
- ```
-
- That dumps the spec here and rewrites `apps/web/src/api/generated.ts`.
|