Skip to content

Commit

Permalink
Merge pull request #331 from Open-Science-Community-Saudi-Arabia/admi…
Browse files Browse the repository at this point in the history
…n/api-auth

Admin : Updated Authentication API.
  • Loading branch information
sandygudie authored Mar 29, 2024
2 parents 5e44103 + e5c70d7 commit 6ac8387
Show file tree
Hide file tree
Showing 21 changed files with 2,243 additions and 1,403 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 6ac8387

Please sign in to comment.