mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
[API] Move forgejo api file (squash)
- Move the file to accommodatefaa28b5a44
(cherry picked from commit 77076b92163ba28129c6dcda5724d42ab3ccd94f) (cherry picked from commit1bbfdf308b
)
This commit is contained in:
parent
38918d5f5c
commit
e90325f640
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -143,7 +143,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
|
||||
|
|
Loading…
Reference in a new issue