File tree Expand file tree Collapse file tree 3 files changed +1
-20
lines changed
Expand file tree Collapse file tree 3 files changed +1
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import fs from "fs/promises" ;
22
3- // TODO: revert to main after derrek/openapi-fixes is merged
43const SOURCE_URL =
5- "https://raw.githubusercontent.com/recallnet/js-recall/derrek/openapi-fixes /apps/api/openapi/openapi.json" ;
4+ "https://raw.githubusercontent.com/recallnet/js-recall/main /apps/api/openapi/openapi.json" ;
65const OUTPUT_PATH = "specs/competitions.json" ;
76
87const BLOCKED_PATH_PATTERNS = [
Original file line number Diff line number Diff line change 163163 "name" : " Auth" ,
164164 "description" : " Authentication endpoints"
165165 },
166- {
167- "name" : " Account" ,
168- "description" : " Account management endpoints"
169- },
170166 {
171167 "name" : " Agent" ,
172168 "description" : " Agent management endpoints"
You can’t perform that action at this time.
0 commit comments