Skip to content

Commit

Permalink
CTCTOWALTZ-1372-attestation-run-extractor-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica-woodland-scott-db committed Jul 17, 2019
1 parent ac3b5f6 commit b49d887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public AttestationExtractor(DSLContext dsl) {

@Override
public void register() {
String path = mkPath("data-prepareExtractQuery", "attestation", ":id");
String path = mkPath("data-extract", "attestation", ":id");
get(path, (request, response) -> {
long runId = getId(request);

Expand Down

0 comments on commit b49d887

Please sign in to comment.