Skip to content

Commit

Permalink
Merge pull request #146 from advanced-computer-lab-2023/kafka
Browse files Browse the repository at this point in the history
Kafka
  • Loading branch information
YehiaFarghaly authored Jan 18, 2024
2 parents 09440b8 + 5b3c7ea commit b4cf169
Show file tree
Hide file tree
Showing 48 changed files with 4,572 additions and 2,045 deletions.
2 changes: 0 additions & 2 deletions authentication/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import cors from 'cors';
import swaggerUi from "swagger-ui-express";
import { default as swaggerFile } from './src/swagger/swagger.json' assert { type: "json" };


const app = express();
app.use(morgan('dev'));
app.use(cookieParser());
Expand All @@ -26,4 +25,3 @@ user(app);
resetPassword(app);

export default app;

Loading

0 comments on commit b4cf169

Please sign in to comment.