Browse Source

url update

xushengqiang 6 years ago
parent
commit
bb40c53297
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/cn/efunbox/audio/controller/AlbumController.java

+ 1 - 1
src/main/java/cn/efunbox/audio/controller/AlbumController.java

@@ -52,7 +52,7 @@ public class AlbumController {
         return;
     }
 
-    @RequestMapping(value = "/update", method = RequestMethod.PUT)
+    @RequestMapping( method = RequestMethod.PUT)
     public void Update(HttpServletRequest request, HttpServletResponse response, @RequestBody Album album){
         Album albumOld = albumService.GetOne(album.getId());
         if(albumOld==null){