Skip to content

Commit ef0708e

Browse files
committed
fix(): Fixing end point
1 parent c478d00 commit ef0708e

4 files changed

Lines changed: 2 additions & 103 deletions

File tree

src/components/BorderAnimationContainer/BorderAnimationContainer.tsx

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

src/components/BorderAnimationContainer/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/components/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export * from './ArticleCard';
22
export * from './animateModal';
3-
export * from './BorderAnimationContainer';
43
export * from './Button';
54
export * from './CardComponent';
65
export * from './Chip';

src/services/backend/articles/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// export const LEARNING_BACKEND_URL = 'https://amitraikwar-services.onrender.com';
2-
export const LEARNING_BACKEND_URL = 'http://localhost:3000';
1+
export const LEARNING_BACKEND_URL = 'https://amitraikwar-services.onrender.com';
2+
// export const LEARNING_BACKEND_URL = 'http://localhost:3000';
33

44
// Query
55
export const ALL_ARTICLES_URL = `/all_articles`;

0 commit comments

Comments
 (0)