mirror of
				https://github.com/filebrowser/filebrowser.git
				synced 2025-11-04 03:12:57 +00:00 
			
		
		
		
	chore: fix frontend dev proxy settings
This commit is contained in:
		
							parent
							
								
									8838a09cf5
								
							
						
					
					
						commit
						7a4d0c0c08
					
				@ -29,7 +29,7 @@ export default defineConfig(({ command }) => {
 | 
				
			|||||||
      resolve,
 | 
					      resolve,
 | 
				
			||||||
      server: {
 | 
					      server: {
 | 
				
			||||||
        proxy: {
 | 
					        proxy: {
 | 
				
			||||||
          "/api": "http://localhost:8080",
 | 
					          "/api": "http://127.0.0.1:8080",
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user