Skip to content

Commit

Permalink
remove image db table (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eebro authored Feb 25, 2024
1 parent 6bbe9b9 commit c47b4c4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 119 deletions.
57 changes: 0 additions & 57 deletions node/src/api/image/image.controller.ts

This file was deleted.

18 changes: 0 additions & 18 deletions node/src/api/image/image.route.ts

This file was deleted.

2 changes: 0 additions & 2 deletions node/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import boardRoutes from './api/board/board.route';
import authRoutes from './api/auth/auth.route';
import sfuRoutes from './api/sfu/sfu.route';
import tenancyRoutes from './api/tenancy/tenancy.route';
import imageRoutes from './api/image/image.route';

const mainLogger = new Logger('MainModule', LOG_LEVEL);
const port = 3005;
Expand All @@ -41,7 +40,6 @@ app.use('/board', boardRoutes);
app.use('/auth', authRoutes);
app.use('/sfu', sfuRoutes);
app.use('/tenancy', tenancyRoutes);
app.use('/image', imageRoutes);

server.listen(port, () => {
mainLogger.info(`Example app listening on port ${port}.`);
Expand Down
42 changes: 0 additions & 42 deletions node/src/models/image.ts

This file was deleted.

0 comments on commit c47b4c4

Please sign in to comment.