This commit is contained in:
2023-02-15 23:26:05 +00:00
parent 82cacacfde
commit 98cb68850e
6 changed files with 61 additions and 8 deletions

View File

@@ -6,10 +6,12 @@ using Microsoft.EntityFrameworkCore;
using System.Linq;
using Sockeye.Models;
using Sockeye.Api.ControllerHelpers;
using Microsoft.AspNetCore.Authorization;
using System.ComponentModel.DataAnnotations;
namespace Sockeye.Api.Controllers
{
// [AllowAnonymous]
[Route("rvf")]//v8 fetch license route
[Produces("application/json")]
public class RvfController : ControllerBase