Skip to content

Commit

Permalink
Merge pull request #207 from curiousyuvi/change_server_url
Browse files Browse the repository at this point in the history
Change server url
  • Loading branch information
curiousyuvi authored Mar 22, 2023
2 parents de984e5 + 5485aad commit d124ed1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion client/services/apiServices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Message } from "../interfaces/Message";
export const apiInstance = axios.create({
baseURL:
process.env.NODE_ENV === "production"
? "https://curie-server.onrender.com/api"
? "https://curie-server-2.up.railway.app/api"
: "http://localhost:5000/api",
});

Expand Down
2 changes: 0 additions & 2 deletions server/netlify.toml

This file was deleted.

1 comment on commit d124ed1

@vercel
Copy link

@vercel vercel bot commented on d124ed1 Mar 22, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

curie – ./

curie-curiousyuvi.vercel.app
curie-git-main-curiousyuvi.vercel.app
curie-xi.vercel.app

Please sign in to comment.