Umstellung auf Swagger 3
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user