mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Finish add web hook
This commit is contained in:
		| @@ -34,7 +34,7 @@ var ( | ||||
| func init() { | ||||
| 	tables = append(tables, new(User), new(PublicKey), new(Repository), new(Watch), | ||||
| 		new(Action), new(Access), new(Issue), new(Comment), new(Oauth2), new(Follow), | ||||
| 		new(Mirror), new(Release), new(LoginSource)) | ||||
| 		new(Mirror), new(Release), new(LoginSource), new(Webhook)) | ||||
| } | ||||
|  | ||||
| func LoadModelsConfig() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user