Fix to addUserToProject API
This commit is contained in:
		
							parent
							
								
									36c158b54b
								
							
						
					
					
						commit
						99a1430188
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -265,7 +265,7 @@ export const api: API = { | |||
|   ): Promise<APIResponse<NewProjMember>> { | ||||
|     try { | ||||
|       const response = await fetch("/api/addUserToProject", { | ||||
|         method: "POST", | ||||
|         method: "PUT", | ||||
|         headers: { | ||||
|           "Content-Type": "application/json", | ||||
|           Authorization: "Bearer " + token, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Peter KW
						Peter KW