Skip to content

Commit

Permalink
reverse the _debug
Browse files Browse the repository at this point in the history
  • Loading branch information
utolp committed Mar 28, 2019
1 parent 564dc7f commit 3448c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/scorex/waves/http/DebugApiRoute.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import DebugApiRoute._


@Path("/debug")
@Api(value = "/_debug")
@Api(value = "/debug")
case class DebugApiRoute(settings: RestAPISettings,
wallet: Wallet,
stateReader: StateReader,
Expand Down

0 comments on commit 3448c94

Please sign in to comment.