Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 560 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 560 Bytes

CI

WebApiV2SelfHostingDemo

Using a console app for web api v2 self hosting

In this repo, i m using a console application in order to self host a web api v2

The self hosted Api expose two endpoints :

  • http://localhost:5000/api/welcome
  • http://localhost:5000/api/welcome.html

Tools : vs22, owin, integration-testing, fluent-assertion, xunit