Skip to content

Commit

Permalink
feature:updated auth endpoints for user,colloborator and superadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
sandygudie committed Mar 26, 2024
1 parent bd2a003 commit ead7efe
Show file tree
Hide file tree
Showing 11 changed files with 1,420 additions and 1,276 deletions.
1 change: 0 additions & 1 deletion API/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const morgan = require("morgan");
const cors = require('cors');
require('express-async-errors')
const cookieParser = require('cookie-parser')

const errorHandler = require("./middlewares/error_handler");
const app = express();
const session = require("express-session");
Expand Down
Loading

0 comments on commit ead7efe

Please sign in to comment.