Skip to content

Commit

Permalink
Merge pull request #54 from matsumana/fix/example
Browse files Browse the repository at this point in the history
fix example
  • Loading branch information
matsumana committed May 30, 2021
2 parents 3a687cb + b784b44 commit 944ffd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const STARTUP_TIMEOUT = 3_000;
const CENTRAL_DOGMA_BASE_URL = 'http://localhost:36462';
const CENTRAL_DOGMA_PROJECT = 'project2';
const CENTRAL_DOGMA_REPO = 'repo2';
const CENTRAL_DOGMA_PATH = '/test6.json';
const CENTRAL_DOGMA_PATH = '/test7.json';

// setup CentralDogma client
const centralDogma = new CentralDogma({
Expand Down

0 comments on commit 944ffd7

Please sign in to comment.