From 24ff209193448ee047f428705879cef15e0b737a Mon Sep 17 00:00:00 2001 From: eug-vs Date: Fri, 12 Jun 2020 19:30:00 +0300 Subject: feat: finish profile services --- services/profile/profile.service.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 services/profile/profile.service.ts (limited to 'services/profile/profile.service.ts') diff --git a/services/profile/profile.service.ts b/services/profile/profile.service.ts deleted file mode 100644 index 752983c..0000000 --- a/services/profile/profile.service.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { Application } from "@feathersjs/express"; -import Profiles from './profile.class'; - -export default (app: Application): void => { - app.use('/profile', new Profiles()); -}; - -- cgit v1.2.3