moved application status controls to server (no creating approved applications via API)

This commit is contained in:
2025-08-23 14:08:54 -04:00
parent 99ac0bd2eb
commit 05a6a888d7
2 changed files with 2 additions and 3 deletions

View File

@@ -41,7 +41,6 @@ export async function postApplication(val: any) {
let out = {
"App": val,
"Status": Status.Pending
}
await fetch(`http://${addr}/application`, {
method: 'POST',