[API] Move forgejo api file (squash)

- Move the file to accommodate faa28b5a44
This commit is contained in:
Gusted 2023-10-21 15:30:21 +02:00
parent 8424d0ab3d
commit bce89351d2
No known key found for this signature in database
GPG key ID: FD821B732837125F
2 changed files with 1 additions and 1 deletions

View file

@ -147,7 +147,7 @@ ifdef DEPS_PLAYWRIGHT
PLAYWRIGHT_FLAGS += --with-deps
endif
FORGEJO_API_SPEC := public/forgejo/api.v1.yml
FORGEJO_API_SPEC := public/assets/forgejo/api.v1.yml
SWAGGER_SPEC := templates/swagger/v1_json.tmpl
SWAGGER_SPEC_S_TMPL := s|"basePath": *"/api/v1"|"basePath": "{{AppSubUrl \| JSEscape \| Safe}}/api/v1"|g