刘俊驰 há 7 meses atrás
pai
commit
235b500857

+ 1 - 1
cooleshow-app/src/main/java/com/yonge/cooleshow/admin/controller/AlbumCategoryController.java

@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.*;
 @Slf4j
 @Validated
 @RestController
-@RequestMapping("/albumCategory")
+@RequestMapping("${app-config.url.admin:}/albumCategory")
 @Api(tags = "机构专辑分类")
 public class AlbumCategoryController {