Skip to content

Commit

Permalink
change config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
moosavi.smd committed Apr 25, 2024
1 parent 426f850 commit 88ba781
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 @@ -24,7 +24,7 @@ type Config struct {
}

func main() {
config, err := readConfig("./config.json")
config, err := readConfig("/config/config.json")
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 88ba781

Please sign in to comment.