Skip to content

Commit 7eeadf9

Browse files
committed
allow PATCH requests
1 parent 7999bb5 commit 7eeadf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

www/user/profile.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
switch($method) {
1717
case "GET":
1818
case "PUT":
19+
case "PATCH":
1920
SolidUserProfile::respondToProfile();
2021
break;
2122
case "OPTIONS":

0 commit comments

Comments
 (0)