fix import paths

This commit is contained in:
Matteo Pagliazzi
2015-11-28 18:05:07 +01:00
parent 6c904330e7
commit c2dac2c494

View File

@@ -1,6 +1,6 @@
import { authWithHeaders } from '../../middlewares/api-v3/auth'; import { authWithHeaders } from '../../middlewares/api-v3/auth';
import * as Tasks from '../../models/tasks'; import * as Tasks from '../../models/task';
import { NotFound } from '../../libs/errors'; import { NotFound } from '../../libs/api-v3/errors';
let api = {}; let api = {};