Skip to content

Commit

Permalink
add route
Browse files Browse the repository at this point in the history
  • Loading branch information
thakiyudheen committed Aug 22, 2024
1 parent 63e7b6b commit 82de6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/endPoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
export const auth='https://learnup-auth.onrender.com/api/auth/'
export const user='https://learnup-user.onrender.com/api/user/'
export const course='https://learnup-course.onrender.com/api/course/'
export const notification='https://learnup-notification.onrender.com'
export const notification='https://learnup-notification.onrender.com/api/notification/'
export const payment='https://learnup-payment.onrender.com/api/payment/'
export const chat='https://learnup-chat.onrender.com/api/chat/'

0 comments on commit 82de6a9

Please sign in to comment.