Adds a logout button and script
This commit is contained in:
parent
0982ffb504
commit
a4ec368d4a
5 changed files with 33 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue