added api for forgot password
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
class AuthApi {
|
||||
static const String login = '/api/v1/profile/login';
|
||||
static const String logout = '/api/v1/profile/logout';
|
||||
static const String forgotPassword = '/api/v1/profile/forgot-password';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user