This commit is contained in:
2023-02-22 10:25:52 +01:00
parent 152312175f
commit 902685c7cf
7 changed files with 17 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ Namespace ApiController.Controllers
<ApiVersion("1")>
<System.Web.Http.Route("api/v{version:apiVersion}/AVISO")>
Public Class AVISOV1Controller
Public Class AVISOController
Inherits System.Web.Http.ApiController
Public Function GetValue() As String
@@ -195,7 +195,7 @@ Namespace ApiController.Controllers
<ApiVersion("1")>
<System.Web.Http.Route("api/v{version:apiVersion}/TEST/AVISO")>
Public Class AVISOV1TESTController
Public Class AVISO1TESTController
Inherits System.Web.Http.ApiController
Public Function GetValue() As String