Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
static-ci
·
Commits
Go to a project
GitLab
Go to group
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
陈峰
2017-10-10 14:41:53 +0800
Commit
dd82ba07919dba086be7092151ee2db250a6eb6e
1 parent
b9199290
bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/api/actions/source-map.js
apps/api/actions/source-map.js
View file @
dd82ba0
...
...
@@ -7,7 +7,7 @@ let r = new Router();
r
.
get
(
'/load'
,
(
ctx
,
next
)
=>
{
cons
t
reqPath
=
ctx
.
request
.
query
.
path
;
le
t
reqPath
=
ctx
.
request
.
query
.
path
;
if
(
!
reqPath
)
{
return
next
();
}
...
...
Please
register
or
login
to post a comment