This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user