Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-interface
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhaoyue
2017-01-20 00:07:06 +0800
Commit
52133740130388f790d72a3aff2b0c880857dd80
1 parent
12c035de
Fix little points
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/public/index.html
src/main/resources/public/index.html
View file @
5213374
...
...
@@ -27,7 +27,7 @@
if
(
url
&&
url
.
length
>
1
)
{
url
=
decodeURIComponent
(
url
[
1
]);
}
else
{
url
=
"http://1
39.129.166.85
:8090/api-docs"
;
url
=
"http://1
27.0.0.1
:8090/api-docs"
;
}
window
.
swaggerUi
=
new
SwaggerUi
({
url
:
url
,
...
...
Please
register
or
login
to post a comment