Automation Endpoints Create

This commit is contained in:
GamerClassN7
2021-02-23 12:41:34 +01:00
parent 8b32ecc619
commit a3eaf16fd6
3 changed files with 23 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ class AutomationManager{
}
} catch(PDOException $error) {
echo $error->getMessage();
return false;
die();
}
}