feat: Add new handlers and repository for oauth2
All checks were successful
Backend ci / build (push) Successful in 3m36s
All checks were successful
Backend ci / build (push) Successful in 3m36s
This commit is contained in:
@@ -13,7 +13,7 @@ type PostHandlers struct {
|
||||
repo repositories.PostRepository
|
||||
}
|
||||
|
||||
func NewPostHandler(repo repositories.PostRepository) *PostHandlers {
|
||||
func NewPostHandlers(repo repositories.PostRepository) *PostHandlers {
|
||||
return &PostHandlers{repo: repo}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user