Skip to content

Commit e07d23d

Browse files
committed
Updates sample application
1 parent 219b2f1 commit e07d23d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The [demo-application](demo-application) folder contains a simple applications,
5151
**demo-application/demo.ts**
5252
```ts
5353
import { response } from "sdk/http";
54-
import { MyApi } from "/custom-api/MyApi";
54+
import { MyApi } from "../custom-api/MyApi";
5555

5656
const myApiInstance = new MyApi();
5757

demo-application/demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { response } from "sdk/http";
2-
import { MyApi } from "/custom-api/MyApi";
2+
import { MyApi } from "../custom-api/MyApi";
33

44
const myApiInstance = new MyApi();
55

0 commit comments

Comments
 (0)