Add user registration with password hashing and restructure handlers directory
This commit is contained in:
@@ -10,6 +10,7 @@ import (
|
||||
type AppContext struct {
|
||||
Db *gorm.DB
|
||||
PostService *services.PostService
|
||||
UserService *services.UserService
|
||||
Instance string
|
||||
Tag string
|
||||
}
|
Reference in New Issue
Block a user