mirror of https://github.com/halo-dev/halo
fix typo: swagger api operation title typo (#1870)
parent
28810d103c
commit
f40aed9a63
|
@ -173,7 +173,7 @@ public class PostController {
|
|||
}
|
||||
|
||||
@DeleteMapping("{postId:\\d+}")
|
||||
@ApiOperation("Deletes a photo permanently")
|
||||
@ApiOperation("Deletes a post permanently")
|
||||
public void deletePermanently(@PathVariable("postId") Integer postId) {
|
||||
postService.removeById(postId);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue