added create message route
This commit is contained in:
@@ -40,6 +40,7 @@ export const API_ENDPOINTS = {
|
|||||||
upload_attachment: "/tickets/attachment/create",
|
upload_attachment: "/tickets/attachment/create",
|
||||||
delete_attachment: "/tickets/attachment/delete",
|
delete_attachment: "/tickets/attachment/delete",
|
||||||
get_one: "/tickets",
|
get_one: "/tickets",
|
||||||
|
create_message: "/tickets/message/create",
|
||||||
},
|
},
|
||||||
orders: {
|
orders: {
|
||||||
get_all: "/order/list",
|
get_all: "/order/list",
|
||||||
|
|||||||
Reference in New Issue
Block a user