Skip to content
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

Production #181

Merged
merged 8 commits into from
Nov 10, 2024
Merged

Production #181

merged 8 commits into from
Nov 10, 2024

Conversation

yunho7687
Copy link
Member

Change Summary

[Briefly summarise the changes that you made. Just high-level stuff]

Change Form

Fill this up (NA if not available). If a certain criteria is not met, can you please give a reason.

  • The pull request title has an issue number
  • The change works by "Smoke testing" or quick testing
  • The change has tests
  • The change has documentation

Other Information

[Is there anything in particular in the review that I should be aware of?]

Copy link

vercel bot commented Sep 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
penni ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 9, 2024 7:27am

@@ -4,7 +4,7 @@ const api = axios.create({ baseURL: process.env.NEXT_PUBLIC_BACKEND_URL });

export default api;

const LocalBaseURL = "http://localhost:8000/api"; // local use
const LocalBaseURL = "http://170.64.220.156:8000/api"; // local use

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey everything looks great! Also, could we put the IP in the .env file, and reference it using the environment variable? Just to adhere to standard practice and make it easier for future devs to change. <3

@yunho7687 yunho7687 merged commit b1c6a5e into main Nov 10, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants