diff --git a/Makefile b/Makefile index 0ef1796ef4..709b418935 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/public/forgejo/api.v1.yml b/public/assets/forgejo/api.v1.yml similarity index 100% rename from public/forgejo/api.v1.yml rename to public/assets/forgejo/api.v1.yml