Skip to content

Commit

Permalink
fix: use post
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Sep 26, 2023
1 parent 2c5691a commit 0bf464b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/storage/storageAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ const setup = (app: Router, storage: StorageAPI) => {
})
)

app.get(
app.post(
'/admin/verify/face/disposal',
adminAuthenticate,
wrapAsync(async (req, res) => {
Expand Down

0 comments on commit 0bf464b

Please sign in to comment.