Add send otp api

This commit is contained in:
marzban-dev
2024-12-30 19:55:30 +03:30
parent aba3a1e427
commit ac3c3483d8
2 changed files with 32 additions and 1 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
export const API_ENDPOINTS = {
account : {
send_otp : "/accounts/send_otp",
},
auth: {
login: "/token",
signin: "/token",
logout: "/accounts/logout",
}
};