Skip to content

Commit 348f77c

Browse files
committed
README updated
1 parent ff045f3 commit 348f77c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public class HomeController : Controller
102102
```
103103

104104
## Sample Server
105+
105106
### API Implementation
106107
```csharp
107108
[Route("api/[controller]")]
@@ -122,6 +123,12 @@ public class GuidelineController : Controller, IGuidelineApi
122123

123124
[HttpPost(nameof(TaskActionBarMultipartFormData))]
124125
public Task TaskActionBarMultipartFormData(Bar model)
126+
{
127+
...
128+
}
129+
130+
[HttpPut("kv")]
131+
public async Task<bool> CreateOrUpdateKey(string key, Bar body)
125132
{
126133
...
127134
}

0 commit comments

Comments
 (0)