[API] Move forgejo api file (squash)

- Move the file to accommodate faa28b5a44

(cherry picked from commit bce89351d2)
(cherry picked from commit 11ae7f6e85)
This commit is contained in:
Gusted 2023-10-21 15:30:21 +02:00 committed by Earl Warren
parent d6300d5dcd
commit 25e96cfcb2
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
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