Skip to content

Commit 0bde626

Browse files
modelrailroaderthorsten
authored andcommitted
fix: verification is not a DELETE-method
1 parent 69ccf3a commit 0bde626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyfaq/admin/assets/src/api/verification.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const getRemoteHashes = async (version) => {
3737
export const verifyHashes = async (remoteHashes) => {
3838
try {
3939
const response = await fetch('./api/dashboard/verify', {
40-
method: 'DELETE',
40+
method: 'POST',
4141
headers: {
4242
Accept: 'application/json, text/plain, */*',
4343
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)