Added reset password route
This commit is contained in:
@@ -8,12 +8,17 @@ import (
|
||||
|
||||
type Notification struct {
|
||||
gorm.Model
|
||||
Title string
|
||||
Title string
|
||||
NotificationType string
|
||||
Text string
|
||||
CompanyID int
|
||||
Text string
|
||||
CompanyID int
|
||||
}
|
||||
|
||||
type EmailNotification struct {
|
||||
Subject string
|
||||
Email string
|
||||
Body string
|
||||
}
|
||||
|
||||
type GetNotificationsResponse struct {
|
||||
Type string `json:"type"`
|
||||
|
||||
Reference in New Issue
Block a user