✏️ fix outdated function name in comment
This commit is contained in:
		@@ -20,7 +20,7 @@ func getHostnameRuleByCategory(category string) (rules.HostnameRule, error) {
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// generateHostname handles the hostname generation
 | 
			
		||||
// CreateOrUpdateHostname handles the hostname generation
 | 
			
		||||
func CreateOrUpdateHostname(c *gin.Context, isUpdate bool) {
 | 
			
		||||
	category := c.Param("category")
 | 
			
		||||
	var oldHostname string
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user