about page dymanic

This commit is contained in:
Samandar Turgunboyev
2026-02-26 12:24:18 +05:00
parent a2be8ef125
commit 18cfa5cdf9
7 changed files with 215 additions and 118 deletions

View File

@@ -24,4 +24,5 @@ export const API_URLS = {
OrderList: `${API_V}orders/order/list/`,
Refresh_Token: `${API_V}accounts/refresh/token/`,
Get_Me: `${API_V}accounts/me/`,
About: `${API_V}shared/aboutus/`,
};