integ-fastapi #1

Merged
v4l3n71n merged 18 commits from integ-fastapi into master 2023-11-03 20:53:29 +00:00
Showing only changes of commit 7bab6cd29a - Show all commits

View File

@ -68,7 +68,7 @@ if(id.length > 0){
break;
case "removeUserButton":
httpMethod = "delete";
httpUrl = "users/"+idInput;
httpUrl = "users/"+idInput+"?remove=true";
break;
default:
httpMethod = "patch";