[API] Forgejo API /api/forgejo/v1

This commit is contained in:
Earl Warren 2023-02-07 11:23:49 +01:00 committed by Loïc Dachary
commit b4e8b8ac81
No known key found for this signature in database
GPG key ID: 992D23B392F9E4F2
16 changed files with 411 additions and 11 deletions

View file

@ -59,6 +59,10 @@ export default {
fileURLToPath(new URL('web_src/fomantic/build/semantic.css', import.meta.url)),
fileURLToPath(new URL('web_src/less/index.less', import.meta.url)),
],
forgejoswagger: [ // Forgejo swagger is OpenAPI 3.0.0 and has specific parameters
fileURLToPath(new URL('web_src/js/standalone/forgejo-swagger.js', import.meta.url)),
fileURLToPath(new URL('web_src/less/standalone/swagger.less', import.meta.url)),
],
swagger: [
fileURLToPath(new URL('web_src/js/standalone/swagger.js', import.meta.url)),
fileURLToPath(new URL('web_src/less/standalone/swagger.less', import.meta.url)),