Projektdateien hinzufügen.
This commit is contained in:
11
VERAG_REST_SERVER/Global.asax.vb
Normal file
11
VERAG_REST_SERVER/Global.asax.vb
Normal file
@@ -0,0 +1,11 @@
|
||||
Imports System.Web.Http
|
||||
|
||||
Public Class WebApiApplication
|
||||
Inherits System.Web.HttpApplication
|
||||
|
||||
Protected Sub Application_Start()
|
||||
GlobalConfiguration.Configure(AddressOf WebApiConfig.Register)
|
||||
End Sub
|
||||
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user