Skip to content

Commit 1920e08

Browse files
committed
Fix woording
1 parent 7d5d705 commit 1920e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
// Version is injected at runtime
1313
var Version string
1414

15-
// @title HTTP SMS API
15+
// @title httpSMS API Reference
1616
// @version 1.0
1717
// @description API to send SMS messages using android [SmsManager](https://developer.android.com/reference/android/telephony/SmsManager) via HTTP
1818
//
@@ -41,6 +41,6 @@ func main() {
4141
docs.SwaggerInfo.Version = Version
4242
}
4343

44-
container := di.NewContainer("http-sms", Version)
44+
container := di.NewContainer(os.Getenv("GCP_PROJECT_ID"), Version)
4545
container.Logger().Info(container.App().Listen(fmt.Sprintf("%s:%s", os.Getenv("APP_HOST"), os.Getenv("APP_PORT"))).Error())
4646
}

0 commit comments

Comments
 (0)