Fixed fetch path in removeProject
This commit is contained in:
		
							parent
							
								
									75876e43da
								
							
						
					
					
						commit
						3ed4393c77
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -650,7 +650,7 @@ export const api: API = { | |||
|     token: string, | ||||
|   ): Promise<APIResponse<string>> { | ||||
|     try { | ||||
|       const response = await fetch(`/api/projectdelete/${projectName}`, { | ||||
|       const response = await fetch(`/api/removeProject/${projectName}`, { | ||||
|         method: "DELETE", | ||||
|         headers: { | ||||
|           "Content-Type": "application/json", | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Peter KW
						Peter KW