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-05-09 00:45:22 +0800
Commit
bea0175b25d1086cb18065a6a9debc538acbc09c
1 parent
1797ffd0
Add online config
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/public/index.html.online
src/main/resources/public/index.html.online
View file @
bea0175
...
...
@@ -27,7 +27,7 @@
if
(
url
&&
url
.
length
>
1
)
{
url
=
decodeURIComponent
(
url
[
1
]);
}
else
{
url
=
"http
://139.129.166.85:8090
/api-docs"
;
url
=
"http
s://api.xkljk.com
/api-docs"
;
}
window
.
swaggerUi
=
new
SwaggerUi
({
url
:
url
,
...
...
Please
register
or
login
to post a comment