Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3cf2f46

Browse filesBrowse files
committed
Fixed formatting
1 parent 4707500 commit 3cf2f46
Copy full SHA for 3cf2f46

File tree

Expand file treeCollapse file tree

1 file changed

+5
-7
lines changed
Filter options
  • 02 create API and expose it in Container
Expand file treeCollapse file tree

1 file changed

+5
-7
lines changed

‎02 create API and expose it in Container/readme.md

Copy file name to clipboardExpand all lines: 02 create API and expose it in Container/readme.md
+5-7Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,15 @@ Install [Node.js and npm](https://nodejs.org/en/) if they are not already instal
2727
npm install
2828
```
2929

30-
-
31-
3230
- We will start by creating a suitable folder structure for our new API.
3331
```
3432
.
3533
└── api/
36-
└── model/
37-
├── index.ts
38-
├── member.ts
39-
├── memberApi.ts
40-
└── index.ts
34+
└── model/
35+
├── index.ts
36+
├── member.ts
37+
├── memberApi.ts
38+
└── index.ts
4139
```
4240

4341
- First, we add an `api subfolder` inside `src`. Then, inside `src/api` we create a new subfolder named `src/api/model`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.