case 4447

This commit is contained in:
2023-03-27 23:40:22 +00:00
parent 4d3db625b5
commit 15160749e1
4 changed files with 157 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ using System.ComponentModel.DataAnnotations;
namespace Sockeye.Api.Controllers
{
[Route("rvr")]//v8 fetch license route
[Route("rvr")]//v8 TRIAL REQUEST HANDLER ROUTE
[Produces("application/json")]
public class RvrController : ControllerBase
{