Skip to content

Commit 6b0d06a

Browse files
committed
6
1 parent 95600c0 commit 6b0d06a

File tree

60 files changed

+155
-284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+155
-284
lines changed

apps/common/api.routes.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
export const API_VERSION = 'v1';
2+
3+
export const USERS_MANAGEMENT = {
4+
ADMINS_API: `${API_VERSION}/admins`,
5+
CUSTOMERS_API: `${API_VERSION}/customers`,
6+
TRAINERS_API: `${API_VERSION}/trainers`,
7+
SEARCH_API: `${API_VERSION}/search`,
8+
SORTING_AND_FILTERING_API: `${API_VERSION}/sortingAndFiltering`
9+
};
10+
11+
export const AUTHENTICATION = {
12+
AUTH_API: `${API_VERSION}/auth`,
13+
};
14+
15+
export const PACKAGES_MANAGEMENT = {
16+
PACKAGES_API: `${API_VERSION}/packages`,
17+
};
18+
19+
export const CAMPAIGNS_MANAGEMENT = {
20+
CAMPAIGNS_API: `${API_VERSION}/campaigns`,
21+
};

apps/weight-loss-consultant-gateway/src/app/auth/login.req.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/weight-loss-consultant-gateway/src/app/auth/login.res.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

apps/weight-loss-consultant-gateway/src/app/constants/enums.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

apps/weight-loss-consultant-gateway/src/app/constants/jwt.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)