mirror of
				https://github.com/songquanpeng/one-api.git
				synced 2025-11-01 06:13:43 +08:00 
			
		
		
		
	Relay done but not working
This commit is contained in:
		| @@ -56,7 +56,7 @@ func GetChannel(c *gin.Context) { | ||||
| 		}) | ||||
| 		return | ||||
| 	} | ||||
| 	channel, err := model.GetChannelById(id) | ||||
| 	channel, err := model.GetChannelById(id, false) | ||||
| 	if err != nil { | ||||
| 		c.JSON(http.StatusOK, gin.H{ | ||||
| 			"success": false, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user