Skip to content

Commit

Permalink
update correct url
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondhtet committed Sep 23, 2024
1 parent b23eae1 commit 26587c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/UserService.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import ApiHelper from '../lib/ApiHelper'

const classUrl = process.env.NEXT_PUBLIC_QUEMISTRY_CLASS_URL || ''
const getAllClassesUrl = `${process.env.NEXT_PUBLIC_QUEMISTRY_CLASS_URL}`
const acceptInvitationUrl = `${process.env.NEXT_PUBLIC_QUEMISTRY_STUDENTS_INVITATION_URL}/invitation/accept`
const sendInvitationUrl = `${process.env.NEXT_PUBLIC_QUEMISTRY_STUDENTS_INVITATION_URL}/invitation/create`
const acceptInvitationUrl = `${process.env.NEXT_PUBLIC_QUEMISTRY_STUDENTS_INVITATION_URL}/accept-invitation`
const sendInvitationUrl = `${process.env.NEXT_PUBLIC_QUEMISTRY_STUDENTS_INVITATION_URL}/send-invitation`
const tutorProfileUrl = `${process.env.NEXT_PUBLIC_QUEMISTRY_TUTOR_URL}/profile`

import api from "./ConnectionService"
Expand Down

0 comments on commit 26587c6

Please sign in to comment.