Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
8bff0475
Commit
8bff0475
authored
Mar 03, 2021
by
janis.streib
🦉
Browse files
UPD: swagger: use OAS3
parent
8a8e0630
Pipeline
#147812
passed with stages
in 10 minutes and 2 seconds
Changes
2
Pipelines
72
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8bff0475
...
@@ -23,7 +23,7 @@ frontend-build:
...
@@ -23,7 +23,7 @@ frontend-build:
stage
:
build
stage
:
build
script
:
script
:
-
cd frontend/
-
cd frontend/
-
net-api-generator openapi > public/api.
json
-
net-api-generator openapi > public/api.
yml
-
net-api-generator es-webpack
-
net-api-generator es-webpack
-
npm run build
-
npm run build
artifacts
:
artifacts
:
...
...
frontend/src/views/Swagger.vue
View file @
8bff0475
...
@@ -14,7 +14,7 @@ export default {
...
@@ -14,7 +14,7 @@ export default {
SwaggerUI
({
SwaggerUI
({
tagsSorter
:
'
alpha
'
,
tagsSorter
:
'
alpha
'
,
apisSorter
:
'
alpha
'
,
apisSorter
:
'
alpha
'
,
url
:
'
/api.
json
'
,
url
:
'
/api.
yml
'
,
docExpansion
:
'
none
'
,
docExpansion
:
'
none
'
,
dom_id
:
'
#swagger-ui
'
,
dom_id
:
'
#swagger-ui
'
,
deepLinking
:
false
,
deepLinking
:
false
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment