Altered API Interface import

This commit is contained in:
Luke Else 2022-02-09 18:11:00 +00:00
parent b2d4b52d6e
commit 94393e232c

View File

@ -9,6 +9,7 @@ using EFB.Models.JSON;
using Microsoft.Extensions.Logging;
using EFB.Models;
using EFB.Sessions;
using EFB.Controllers.API;
namespace EFB.Controllers
{
@ -33,7 +34,7 @@ namespace EFB.Controllers
if (Form.FormAuthenticator.ValidateEMail(email))
{
//API Helper
API.APIInterface API = new API.APIInterface();
APIInterface API = new APIInterface();
//Dictionary of Formdata to be encoded
Dictionary<string, string> formData = new Dictionary<string, string>();