This commit is contained in:
15
BufferControllers/AccessController.cs
Normal file
15
BufferControllers/AccessController.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using NeDvachAPI.Models;
|
||||
using Npgsql;
|
||||
|
||||
namespace NeDvachAPI.DBControllers
|
||||
{
|
||||
public class BanList
|
||||
{
|
||||
public static string[] GetBanned()
|
||||
{
|
||||
string[] bannedIPs = new string[0];
|
||||
//
|
||||
return bannedIPs;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user