complated project
This commit is contained in:
@@ -30,4 +30,8 @@ export const API_URLS = {
|
||||
My_Ads: 'api/my-ads/',
|
||||
My_Ads_Detail: (id: number) => `api/my-ads/${id}`,
|
||||
My_Bonuses: 'api/cashback/',
|
||||
My_Refferals: 'api/referral/',
|
||||
Goverment_Service: '/api/goverment-service/',
|
||||
Notification_List: '/api/notifications/',
|
||||
Notification_Ready: (id: number) => `/api/notifications/${id}/read/`,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user