Fix csharp mapping code generator (#926)

This commit is contained in:
Cezary Piątek
2023-05-02 16:48:32 +02:00
committed by GitHub
parent d949dfb64c
commit 427715a38a
6 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ server
)
.WithGuid("1b731398-4a5b-457f-a6e3-d65e541c428f")
.RespondWith(Response.Create()
.WithHeader("hk)", "hv")
.WithHeader("hk", "hv")
.WithBody("2")
);