|
@@ -78,7 +78,7 @@ public class AlbumController {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- @GetMapping("{albumId}")
|
|
|
+ @GetMapping("/{albumId}")
|
|
|
public void list(HttpServletRequest request, HttpServletResponse response,@PathVariable(name = "albumId") BigInteger albumId){
|
|
|
|
|
|
Album album = albumService.GetOne(albumId);
|