Skip to content

Commit

Permalink
Merge pull request #12 from eBay/dev
Browse files Browse the repository at this point in the history
Updated import paths in the example app
  • Loading branch information
LokeshRishi authored Jul 31, 2023
2 parents f62dc0a + cf07ddb commit 63117c9
Show file tree
Hide file tree
Showing 4 changed files with 10,124 additions and 7,572 deletions.
6 changes: 3 additions & 3 deletions examples/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
'use strict';

import bodyParser from 'body-parser';
import { constants } from '../lib/constants';
import { constants } from '../src/constants';
import express, { Request, Response } from 'express';
import * as DigitalSignatureSDK from '../lib/index';
import { needsContentDigestValidation } from '../lib/helpers/common';
import * as DigitalSignatureSDK from '../src/index';
import { needsContentDigestValidation } from '../src/helpers/common';

const config: DigitalSignatureSDK.Config = require('./example-config.json');
const configFull: DigitalSignatureSDK.Config = require('./example-config-full.json');
Expand Down
Loading

0 comments on commit 63117c9

Please sign in to comment.