pull/1220/head
Ryan Wang 2020-12-25 22:00:31 +08:00 committed by GitHub
parent 6b8cf2f57e
commit 913bc6042e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ public class ThemeController {
return themeService.upload(file);
}
@PutMapping("upload/{themeId}")
@PostMapping("upload/{themeId}")
@ApiOperation("Upgrades theme by file")
public ThemeProperty updateThemeByUpload(@PathVariable("themeId") String themeId,
@RequestPart("file") MultipartFile file) {