Skip to content

Commit

Permalink
removing old axios endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
malekelkssas committed Dec 17, 2023
1 parent 014a61a commit f1c2753
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion authentication/src/api/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ export const user = (app) => {
try {
const userId = req.body.userId;
await axios.post(`${COMMUNICATION_USER_POST_URL}/${userId}`);
await axios.post(`${PHARMACIST_BASE_URL}archive/${userId}`);
await service.signupUser(req.body);
res.status(OK_REQUEST_CODE_200).end();
} catch (err) {
Expand Down

0 comments on commit f1c2753

Please sign in to comment.