Added missing prefix on install route. (#15677)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		
							parent
							
								
									49b28956e2
								
							
						
					
					
						commit
						1456978246
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -103,6 +103,7 @@ func InstallRoutes() *web.Route { | ||||||
| 		&public.Options{ | 		&public.Options{ | ||||||
| 			Directory:   path.Join(setting.StaticRootPath, "public"), | 			Directory:   path.Join(setting.StaticRootPath, "public"), | ||||||
| 			SkipLogging: setting.DisableRouterLog, | 			SkipLogging: setting.DisableRouterLog, | ||||||
|  | 			Prefix:      "/assets", | ||||||
| 		}, | 		}, | ||||||
| 	)) | 	)) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue