usptream sync
This commit is contained in:
@@ -143,7 +143,7 @@ func GetBuyerContracts(c *gin.Context) {
|
|||||||
func GetContractStatuses(c *gin.Context) {
|
func GetContractStatuses(c *gin.Context) {
|
||||||
|
|
||||||
// Respond with the contract statuses
|
// Respond with the contract statuses
|
||||||
c.JSON(http.StatusOK, gin.H{"data": models.GetContractStatuses()})
|
c.JSON(http.StatusOK, gin.H{"statuses": models.GetContractStatuses()})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user