mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Update action struct
This commit is contained in:
		
							
								
								
									
										7
									
								
								web.go
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								web.go
									
									
									
									
									
								
							@@ -30,10 +30,7 @@ var CmdWeb = cli.Command{
 | 
			
		||||
	Description: `
 | 
			
		||||
gogs web`,
 | 
			
		||||
	Action: runWeb,
 | 
			
		||||
	Flags:  []cli.Flag{
 | 
			
		||||
	//cli.BoolFlag{"update, u", "update pakcage(s) and dependencies if any"},
 | 
			
		||||
	//cli.BoolFlag{"verbose, v", "show process details"},
 | 
			
		||||
	},
 | 
			
		||||
	Flags:  []cli.Flag{},
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
var AppHelpers template.FuncMap = map[string]interface{}{
 | 
			
		||||
@@ -78,8 +75,6 @@ func runWeb(*cli.Context) {
 | 
			
		||||
 | 
			
		||||
	//m.Get("/:username/:reponame", repo.Repo)
 | 
			
		||||
 | 
			
		||||
	//m.Get("/:username/:reponame", repo.Repo)
 | 
			
		||||
 | 
			
		||||
	listenAddr := fmt.Sprintf("%s:%s",
 | 
			
		||||
		base.Cfg.MustValue("server", "HTTP_ADDR"),
 | 
			
		||||
		base.Cfg.MustValue("server", "HTTP_PORT", "3000"))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user