Closes #8 Reviewed-on: phoenix/textsender-api#15 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
6 lines
162 B
Go
6 lines
162 B
Go
package endpoint
|
|
|
|
const MESSAGE_DRAFT_ENDPOINT = "/api/v1/message/draft"
|
|
const ADD_MESSAGE = "/api/v1/message/new"
|
|
const ADD_CONTACT_ENDPOINT = "/api/v1/contact"
|