Skip to content

Commit

Permalink
#275 fix a code bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lymanlai committed May 21, 2015
1 parent 31f6335 commit 07867b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/v1/Log.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

var common = require('../common');
var common = require('../../common');
var validator = require('validator');

exports.save = function(req, res, next) {
Expand Down

0 comments on commit 07867b7

Please sign in to comment.