Umstellung auf Swagger 3

This commit is contained in:
2023-03-29 23:26:18 +02:00
parent f018fc99d5
commit 63dec4e505
7 changed files with 93 additions and 265 deletions

View File

@@ -1,11 +1,13 @@
Imports System.Web.Http
Imports System.Web.Routing
Imports NSwag.AspNet.Owin
Public Class WebApiApplication
Inherits System.Web.HttpApplication
Protected Sub Application_Start()
GlobalConfiguration.Configure(AddressOf WebApiConfig.Register)
GlobalConfiguration.Configure(AddressOf WebApiConfig.Register)
End Sub