Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
progof committed Nov 12, 2024
1 parent 3945e91 commit 5e756a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { AdminService } from "./admin/admin.service.js";
import { AdminController } from "./admin/admin.controller.js";

import { db } from "./db.js";
import "../db/seed.js";


const app = express();
Expand All @@ -47,7 +48,6 @@ app.use(
);



export const authPasswordService = new AuthPasswordService(config);
const authPasswordController = new AuthPasswordController(authPasswordService);
app.use(authPasswordController.router);
Expand Down

0 comments on commit 5e756a2

Please sign in to comment.