fix error namesapce

This commit is contained in:
2020-08-23 19:51:37 +08:00
parent f52c19938f
commit ba7b3ecd60
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
namespace SimApiApi.Helpers
namespace SimApi.Helpers
{
public static class SimApiUtil
{