Initial Commit
This commit is contained in:
12
TomcatServer/PlutoServer.PracticeChoice/Utility.cs
Normal file
12
TomcatServer/PlutoServer.PracticeChoice/Utility.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace PlutoServer.PracticeChoice {
|
||||
public static class Utility {
|
||||
public static bool IsAPIKeyValid(string apiKey) {
|
||||
return string.Equals(apiKey, "PracticeChoice");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user