Skip to content

Commit

Permalink
base route changed in .env
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitgeistxx committed Aug 19, 2023
1 parent 92ec657 commit 5cbda61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/register/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const index = () => {
const onSubmit = async (form_data) => {
SetIsLoading(true);
try {
const { data } = await axios_instance.post('/api/v1/member', {
const { data } = await axios_instance.post('/member', {
name: form_data?.name,
email: form_data?.email,
rollno: form_data?.rollno,
Expand Down

2 comments on commit 5cbda61

@vercel
Copy link

@vercel vercel bot commented on 5cbda61 Aug 19, 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:

sccseapi – ./backend

sccseapi-git-main-team-zetta.vercel.app
sccseapi.vercel.app
sccseapi-team-zetta.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 5cbda61 Aug 19, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.