Skip to content

Commit

Permalink
Merge pull request #36 from gen-mind/develop
Browse files Browse the repository at this point in the history
test
  • Loading branch information
apaladiychuk authored Apr 16, 2024
2 parents 1fffaa6 + e72a521 commit ba1aaa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/api/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ func newJWTService(cfg *Config) security.JWTService {
return security.NewJWTService(cfg.JWTSecret, cfg.JWTExpiredTime)
}

func newStorage(cfg *Config) (storage.Storage, error) {
return storage.NewNutsDbStorage(cfg.StoragePath)
}
//func newStorage(cfg *Config) (storage.Storage, error) {
// return storage.NewNutsDbStorage(cfg.StoragePath)
//}

func NewRouter() *gin.Engine {
router := gin.Default()
Expand Down

0 comments on commit ba1aaa1

Please sign in to comment.