tsk-51: Send message endpoint (#52)

Closes #51

Reviewed-on: phoenix/textsender-api#52
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-12-10 21:35:02 +00:00
committed by phoenix
parent 20ffc45f89
commit 0d252bc261
32 changed files with 753 additions and 96 deletions
+9
View File
@@ -0,0 +1,9 @@
package app
import (
"git.kundeng.us/phoenix/textsender-models/tx0/config"
)
type App struct {
TwilioConfig *config.TwiloConfig
}