fix sdk api
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import { MixanWeb } from '@mixan-test/sdk-web';
|
||||
// import { MixanWeb } from '@mixan-test/sdk-web';
|
||||
|
||||
export const mixan = new MixanWeb({
|
||||
verbose: true,
|
||||
url: 'http://localhost:3000/api/sdk',
|
||||
clientId: '568b4ed1-5d00-4f27-88a7-b8959e6674bd',
|
||||
clientSecret: '1e362905-d352-44c4-9263-e037a2ad52fb',
|
||||
trackIp: true,
|
||||
});
|
||||
// export const mixan = new MixanWeb({
|
||||
// verbose: true,
|
||||
// url: 'http://localhost:3000/api/sdk',
|
||||
// clientId: '568b4ed1-5d00-4f27-88a7-b8959e6674bd',
|
||||
// clientSecret: '1e362905-d352-44c4-9263-e037a2ad52fb',
|
||||
// trackIp: true,
|
||||
// });
|
||||
|
||||
mixan.init({
|
||||
appVersion: '1.0.0',
|
||||
});
|
||||
mixan.trackOutgoingLinks();
|
||||
// mixan.init({
|
||||
// appVersion: '1.0.0',
|
||||
// });
|
||||
// mixan.trackOutgoingLinks();
|
||||
|
||||
Reference in New Issue
Block a user