Skip to content

Commit

Permalink
update response code get by id and get all categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Mifthahuddinnn committed Jun 23, 2024
1 parent af06c7c commit 65c3b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ import (

func main() {
// For local development only
config.LoadEnv()
//config.LoadEnv()

config.InitConfigMySQL()
DB := mysql.ConnectDB(config.InitConfigMySQL())
Expand Down

0 comments on commit 65c3b05

Please sign in to comment.