Files
schedtxt_api/internal/handler/endpoints.go
T

5 lines
120 B
Go

package handler
const MESSAGE_DRAFT_ENDPOINT = "/api/v1/message/draft"
const ADD_CONTACT_ENDPOINT = "/api/v1/contact";