mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-09 00:43:23 +01:00
fix typo
This commit is contained in:
parent
adfc6c08f2
commit
9a9dabc0ab
@ -111,7 +111,7 @@ public class AccountController extends BaseController {
|
|||||||
|
|
||||||
@RequestMapping(method = RequestMethod.DELETE, value = "account")
|
@RequestMapping(method = RequestMethod.DELETE, value = "account")
|
||||||
@ResponseStatus(value = HttpStatus.NO_CONTENT)
|
@ResponseStatus(value = HttpStatus.NO_CONTENT)
|
||||||
public void deleleteUser() throws WiseMappingException
|
public void deleteUser() throws WiseMappingException
|
||||||
|
|
||||||
{
|
{
|
||||||
final User user = Utils.getUser(true);
|
final User user = Utils.getUser(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user