Skip to content

Commit

Permalink
fix: missing /abe/ in url path
Browse files Browse the repository at this point in the history
  • Loading branch information
wonknu committed Oct 27, 2016
1 parent e7e5418 commit add38e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/routes/get-main.js
Expand Up @@ -89,7 +89,7 @@ var route = function(req, res, next) {

var _hasBlock = (obj) ? obj.hasBlock : false
var _hasSingleBlock = (obj) ? obj.hasSingleBlock : false
var _template = (filePath) ? '/page/' + req.params[0] + `?filePath=${req.query.filePath}` : false
var _template = (filePath) ? '/abe/page/' + req.params[0] + `?filePath=${req.query.filePath}` : false
var _form = (obj) ? obj.form : false
var _json = (obj) ? obj.json : false
var _text = (obj) ? obj.text : false
Expand Down

0 comments on commit add38e7

Please sign in to comment.