Skip to content

Commit

Permalink
relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred J. Kwak committed Feb 13, 2017
1 parent 26ba532 commit 9a52f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/server/users.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Meteor} from 'meteor/meteor';
import Api from '/server/api';
import Api from './api';

// Enable user endpoints if authentication is enabled
if (Api._config.useDefaultAuth) {
Expand Down

0 comments on commit 9a52f61

Please # to comment.