(cherry picked from commit 85e1a3717b7137c90c34cc3832500d05e641d659)
@@ -21,7 +21,7 @@ import reactor.core.publisher.Mono;
* @date 2024/08/10
*/
@RestController
-@RequestMapping("out/album")
+@RequestMapping("in/album")
public class AlbumController {
@Resource
private MaterialManagementInterface sourceMaterialInterface;