Skip to content

Commit b6e9ce9

Browse files
committed
chore: add .env to gitignore, document Swagger endpoints in README
1 parent 41d749f commit b6e9ce9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ CLAUDE.md
3030
docs/superpowers/
3131

3232
# Worktrees
33-
.worktrees
33+
.worktrees
34+
35+
.env

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ curl http://localhost:8080/actions
128128
| `GET /jobs/{id}` | Fetch job status and results |
129129
| `GET /actions` | List configured post-processing actions |
130130
| `GET /health` | Health check |
131+
| `GET /docs` | Swagger UI |
132+
| `GET /openapi.yaml` | OpenAPI 3.0 spec |
131133

132134
`POST /jobs` accepts: `file` (audio), `transcript` (text), `actions`
133135
(comma-separated IDs or `auto`), `provider`, `webhook_url` (called with

0 commit comments

Comments
 (0)