Skip to content

Commit

Permalink
fix typo in url
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed May 15, 2024
1 parent 4536241 commit 3ad26d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/services/admin/mainApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export async function getLockerEditData(locker) {

export async function updateLockerEditData(locker, data) {
try {
return await axios.post(`https://locker-api.cvapps.net/admin/edit/user-edit/${locker}`,
return await axios.post(`https://locker-api.cvapps.net/admin/edit/locker-edit/${locker}`,
data
, {
withCredentials: true
Expand Down

0 comments on commit 3ad26d8

Please sign in to comment.