Skip to content

Commit c5831dd

Browse files
committed
Remove .env load on google cloud
1 parent 9826213 commit c5831dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
// @host api.httpsms.com
2424
// @BasePath /v1
2525
func main() {
26-
di.LoadEnv()
26+
// di.LoadEnv()
2727

2828
app := fiber.New()
2929

0 commit comments

Comments
 (0)