Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-demo
·
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
fyq
2016-10-26 22:28:24 +0800
Commit
5b59467cdb40f276edb4334402518d47b5143148
1 parent
aed20563
MOD:swagger url
Show 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 @
5b59467
...
...
@@ -27,7 +27,7 @@
if
(
url
&&
url
.
length
>
1
)
{
url
=
decodeURIComponent
(
url
[
1
]);
}
else
{
url
=
"http://
localhost:808
0/api-docs"
;
url
=
"http://
139.129.166.85:809
0/api-docs"
;
}
window
.
swaggerUi
=
new
SwaggerUi
({
url
:
url
,
...
...
Please
register
or
login
to post a comment