-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e5a0b6
commit 1c1eb6f
Showing
20 changed files
with
191 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import React from 'react'; | ||
|
||
const Animationss = ({ children } : any ) => { | ||
return ( | ||
<div className=' rounded-lg p-4'>{children}</div> | ||
); | ||
}; | ||
|
||
export default Animationss; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
export const auth='api/auth/' | ||
export const user='api/user/' | ||
export const course='api/course/' | ||
export const notification='api/notification/' | ||
export const payment='api/payment/' | ||
export const chat='api/chat/' | ||
// xzc | ||
// while connect with ingress | ||
|
||
// export const auth='api/auth/' | ||
// export const user='api/user/' | ||
// export const course='api/course/' | ||
// export const notification='api/notification/' | ||
// export const payment='api/payment/' | ||
// export const chat='api/chat/' | ||
// | ||
// while locally ------------------ | ||
// export const auth='api/auth/api/auth/' | ||
// export const user='api/user/api/user/' | ||
// export const course='api/course/api/course/' | ||
// export const notification='api/notification/api/notification/' | ||
// export const payment='api/payment/api/payment/' | ||
// export const chat='api/chat/api/chat/' | ||
// // xzc | ||
|
||
// while render ----------------------- | ||
export const auth='https://learnup-auth.onrender.com/api/auth/' | ||
export const user='https://learnup-user.onrender.com/api/user/' | ||
export const course='https://learnup-course.onrender.com/api/course/' | ||
export const notification='https://learnup-notification.onrender.com' | ||
export const payment='https://learnup-payment.onrender.com/api/payment/' | ||
export const chat='https://learnup-chat.onrender.com/api/chat/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.