Skip to content

Commit

Permalink
fixed check in
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahl-Aryan committed Sep 13, 2024
1 parent a5c9577 commit 91b2332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/postCheckIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import axios from "axios";
export const postCheckIn = async(token, eventId, qrCode) => {
const payload = { eventId, qrCode }
try {
const response = await axios.post('https://api.reflectionsprojections.org/staff/scan/', payload, {
const response = await axios.post('https://api.reflectionsprojections.org/scan/staff/', payload, {
headers: {
Authorization: token
}
Expand Down

0 comments on commit 91b2332

Please sign in to comment.