Skip to content

Commit

Permalink
Comment adde to @hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
gavriella-dotcms committed Aug 23, 2024
1 parent d317daa commit a45d779
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ protected CreateJsonWebTokenResource(final LoginServiceAPI loginService,
@NoCache
@Produces({MediaType.APPLICATION_JSON, "application/javascript"})
@Deprecated
@Hidden
@Hidden //not shown in API playground
public final Response getApiToken(@Context final HttpServletRequest request,
@Context final HttpServletResponse response,
final CreateTokenForm createTokenForm) {
Expand Down

0 comments on commit a45d779

Please sign in to comment.