Skip to content

Commit fbcf8e7

Browse files
committed
Reorganize apps folder
1 parent 5c18209 commit fbcf8e7

File tree

16 files changed

+6
-15
lines changed

16 files changed

+6
-15
lines changed

src/apps/mooc/infrastructure/routes/index.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/apps/mooc/app.ts renamed to src/apps/mooc_backend/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import bodyParser from 'body-parser';
22
import express from 'express';
33
import helmet from 'helmet';
44
import compress from 'compression';
5-
import { registerRoutes } from './infrastructure/routes';
5+
import { registerRoutes } from './routes';
66

77
const app: express.Express = express();
88

File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
services:
2-
32
Mooc.courses.CreateCourse:
43
class: ../../../../Mooc/Courses/application/CreateCourse
54
arguments: []
65

76
Apps.mooc.controllers.CreateCourseController:
8-
class: ../../infrastructure/controllers/CreateCourseController
9-
arguments: ['@Mooc.courses.CreateCourse']
7+
class: ../../controllers/CreateCourseController
8+
arguments: ["@Mooc.courses.CreateCourse"]

0 commit comments

Comments
 (0)