Skip to content

Commit f8738b0

Browse files
committed
Fix swagger description
1 parent afdbc80 commit f8738b0

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
@@ -14,9 +14,9 @@ var Version string
1414

1515
// @title httpSMS API Reference
1616
// @version 1.0
17-
// @description API to send SMS messages using android [SmsManager](https://developer.android.com/reference/android/telephony/SmsManager) via HTTP
17+
// @description Use your Android phone to send and receive SMS messages via a simple programmable API with end-to-end encryption.
1818
//
19-
// @contact.name HTTP SMS
19+
// @contact.name support@httpsms.com
2020
// @contact.email support@httpsms.com
2121
//
2222
// @license.name AGPL-3.0

0 commit comments

Comments
 (0)