Added endpoint to add a contact

This commit is contained in:
phoenix
2025-10-22 23:16:05 -04:00
parent a23c1a5f29
commit a9ebaf4ed4
3 changed files with 94 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
package handler
const MESSAGE_DRAFT_ENDPOINT = "/api/v1/message/draft"
const ADD_CONTACT_ENDPOINT = "/api/v1/contact";