增加发布协议确认配置
This commit is contained in:
@@ -240,6 +240,7 @@ func New(cfg config.Config, deps Dependencies, logger *zap.Logger) *gin.Engine {
|
||||
{
|
||||
api.GET("/health", health.Check)
|
||||
api.GET("/listing-publish-options", systemConfigHandler.PublishOptions)
|
||||
api.GET("/listing-publish-agreements", systemConfigHandler.ListingPublishAgreements)
|
||||
api.GET("/listing-sale-price-config", systemConfigHandler.SalePriceConfig)
|
||||
api.GET("/order-agreements", systemConfigHandler.OrderAgreements)
|
||||
api.GET("/post-rental-notice", systemConfigHandler.PostRentalNotice)
|
||||
|
||||
Reference in New Issue
Block a user