Skip to content

Commit

Permalink
CORE-17502 Added token selection worker HTTP endpoint definition. (#1313
Browse files Browse the repository at this point in the history
)
  • Loading branch information
owenstanford authored Oct 23, 2023
1 parent decde62 commit 262d21b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ private BootConfig() {
public static final String VERIFICATION_WORKER_REST_ENDPOINT = BOOT_WORKER_SERVICE + ".endpoints.verification";
public static final String UNIQUENESS_WORKER_REST_ENDPOINT = BOOT_WORKER_SERVICE + ".endpoints.uniqueness";
public static final String PERSISTENCE_WORKER_REST_ENDPOINT = BOOT_WORKER_SERVICE + ".endpoints.persistence";
public static final String TOKEN_SELECTION_WORKER_REST_ENDPOINT = BOOT_WORKER_SERVICE + ".endpoints.tokenSelection";
}

0 comments on commit 262d21b

Please sign in to comment.