tsk-8: Create Message endpoint (#15)

Closes #8

Reviewed-on: phoenix/textsender-api#15
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-11-05 19:37:49 +00:00
committed by phoenix
parent 2045465111
commit 507eb9eb09
9 changed files with 230 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ go 1.25.3
require github.com/google/uuid v1.6.0
require (
git.kundeng.us/phoenix/textsender-models v0.0.4
git.kundeng.us/phoenix/textsender-models v0.0.4-2-2f78d9b1e6-556
github.com/go-chi/chi/v5 v5.2.3
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/gorilla/mux v1.8.1