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
陈峰
8 years ago
Commit
4d68a5c93b323d300d816db54023c940c4125127
1 parent
50cbbb4e
commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
4d68a5c
...
...
@@ -42,7 +42,7 @@ app.use(convert(body({
})));
app
.
use
(
mount
(
'/'
,
webApp
));
app
.
use
(
mount
(
'/api
/
'
,
api
));
app
.
use
(
mount
(
'/api'
,
api
));
// app.on('error', function(err, ctx) {
// console.log(err);
// switch (ctx.accepts('json', 'html', 'text')) {
...
...
Please
register
or
login
to post a comment