Skip to content

Commit

Permalink
updated(repoitory): gitignore added
Browse files Browse the repository at this point in the history
  • Loading branch information
solo21-12 committed Aug 18, 2024
1 parent 5cc83a0 commit 630535a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Delivery/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ func main() {

gin.Run(env.SERVER_ADDRESS)



}
1 change: 1 addition & 0 deletions bootstrap/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ func NewEnv() *Env {
env.TEST_USER_COLLECTION = viper.GetString("TEST_USER_COLLECTION")
env.TEST_TASK_COLLECTION = viper.GetString("TEST_TASK_COLLECTION")


return &env
}

0 comments on commit 630535a

Please sign in to comment.