From ac9698ea0de17ab2d1fbfafead0f33295a402e28 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 14 Mar 2021 07:06:18 +0300 Subject: feat: add Contractors service --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.ts') diff --git a/index.ts b/index.ts index a7411fd..9e85917 100644 --- a/index.ts +++ b/index.ts @@ -1,6 +1,6 @@ import mongoose from 'mongoose'; import Promise from 'bluebird'; -import app from './app'; +import app from './src/app'; mongoose.Promise = Promise; -- cgit v1.2.3