feat: initial client side searching for resources
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Deploy to SFTP Server / build (push) Successful in 14m30s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Deploy to SFTP Server / build (push) Successful in 14m30s
				
			This commit is contained in:
		| @@ -27,6 +27,7 @@ export async function listResource( | ||||
|   id: string, | ||||
| ): Promise<MemoriumEntry | undefined> { | ||||
|   const url = `${SERVER_URL}/resources/${id}`; | ||||
|   console.log(url); | ||||
|   try { | ||||
|     const response = await fetch(url, { signal: AbortSignal.timeout(5000) }); | ||||
|     if (response.ok) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user