-
Notifications
You must be signed in to change notification settings - Fork 1
Feature #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feature #3
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
merge xxx commits into Harshita0008:main from MugglePay:feature
If you want to make style changes, make a PR only for style change; and then another one for your changes. When you create a PR, please describe your changes and your expected goal for the CL. |
| } | ||
| // Default options are marked with * | ||
| const response = await fetch('https://api.muggle.link/api/products', { | ||
| const response = await fetch('http://127.0.0.1:3001/api/products', { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
shawnmuggle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are using localhost.
You can add a config file (config or .env)
No description provided.