Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Jonathan Hart
2016-04-20 09:00:58 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
345c01976009e3416866a8946021d36ff26fd7d9
345c0197
1 parent
e64b93ea
Turn off Swagger schema validation
Change-Id: I1d66c6535de5778aea703fb21c86220cae8e36f8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
web/api/src/main/resources/docs/index.html
web/api/src/main/resources/docs/index.html
View file @
345c019
...
...
@@ -32,6 +32,7 @@
}
window
.
swaggerUi
=
new
SwaggerUi
({
url
:
url
,
validatorUrl
:
null
,
dom_id
:
"swagger-ui-container"
,
supportedSubmitMethods
:
[
'get'
,
'post'
,
'put'
,
'delete'
,
'patch'
],
onComplete
:
function
(
swaggerApi
,
swaggerUi
){
...
...
Please
register
or
login
to post a comment