REST
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Imports System.Net
|
||||
Imports System.Web.Http
|
||||
Imports System.Web.Http.Description
|
||||
Imports Microsoft.Web.Http
|
||||
Imports Newtonsoft.Json
|
||||
|
||||
@@ -8,6 +9,7 @@ Imports Newtonsoft.Json
|
||||
|
||||
Namespace NEWTESTController.Controllers
|
||||
|
||||
<ApiExplorerSettings(IgnoreApi:=True)> 'hide controller
|
||||
<ApiVersion("1")>
|
||||
<System.Web.Http.Route("api/v{version:apiVersion}/NEWTEST")>
|
||||
Public Class NEWTEST1Controller
|
||||
|
||||
Reference in New Issue
Block a user