Adds a logout button and script

This commit is contained in:
zontreck 2024-05-16 03:52:45 -07:00
parent 0982ffb504
commit a4ec368d4a
5 changed files with 33 additions and 21 deletions

View file

@ -11,6 +11,7 @@ enum APIEndpoint {
Ping(script: "Ping.php", path: "/ac/home/supports/"),
Setup(script: "Setup.php", path: "/ac/home/supports/"),
Register(script: "Register.php", path: "/ac/home/supports/"),
Logout(script: "Logout.php", path: "/ac/home/supports/"),
Login(script: "Login.php", path: "/ac/home/supports/");
final String script;