Fix last commit

This commit is contained in:
video-prize-ranch
2023-07-19 23:54:12 +00:00
parent 51f9bf4750
commit 4ea167fde0

View File

@@ -22,7 +22,7 @@ import (
func main() {
envPath := flag.String("c", ".env", "Path to env file")
_ := godotenv.Load(*envPath)
godotenv.Load(*envPath)
utils.LoadConfig()
pages.InitializeApiClient()