diff --git a/frontend/constants/index.ts b/frontend/constants/index.ts index b301e58..b206d3e 100644 --- a/frontend/constants/index.ts +++ b/frontend/constants/index.ts @@ -40,6 +40,7 @@ export const API_ENDPOINTS = { upload_attachment: "/tickets/attachment/create", delete_attachment: "/tickets/attachment/delete", get_one: "/tickets", + create_message: "/tickets/message/create", }, orders: { get_all: "/order/list",