This commit is contained in:
hamid zarghami
2025-10-22 11:15:44 +03:30
parent bf96947dbc
commit aa4bf7ecdb
15 changed files with 1556 additions and 13 deletions
+6
View File
@@ -35,4 +35,10 @@ export const Paths = {
auth: {
login: '/auth/login',
},
ticket: {
list: "/tickets/list",
create: "/tickets/create",
detail: "/tickets/messages/",
category: "/tickets/category",
},
}