mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
changes and vpn checking
This commit is contained in:
13
WebfrontCore/Controllers/API/APIController.cs
Normal file
13
WebfrontCore/Controllers/API/APIController.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace WebfrontCore.Controllers.API
|
||||
{
|
||||
[Route("api")]
|
||||
public class APIController : BaseController
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user