Skip to content

Commit

Permalink
A slash was forgotten.
Browse files Browse the repository at this point in the history
  • Loading branch information
insideGen authored Apr 6, 2017
1 parent f0bce64 commit d577e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/requirements.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports = function PB(config) {
pb.JSONFSEntityService = require(path.join(config.docRoot, '/include/service/json_fs_entity_service.js'))(pb);
pb.ReadOnlySimpleLayeredService = require(path.join(config.docRoot, '/include/service/read_only_simple_layered_service.js'))(pb);
pb.TemplateEntityService = require(path.join(config.docRoot, '/include/service/template_entity_service.js'))(pb);
pb.CustomObjectService = require(path.join(config.docRoot, 'include/service/entities/custom_object_service.js'))(pb);
pb.CustomObjectService = require(path.join(config.docRoot, '/include/service/entities/custom_object_service.js'))(pb);

//setup template service
var TemplateModule = require(config.docRoot+'/include/service/entities/template_service.js')(pb);
Expand Down

0 comments on commit d577e2f

Please sign in to comment.