diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2024-06-23 16:42:34 -0500 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2024-06-23 16:42:34 -0500 |
commit | 68d30b9c81c4e099e0111fe0bbb33715dd572e8c (patch) | |
tree | efb4c43690494fddb47298f253a05092b2564160 /vampire.asd | |
parent | ce470567c4421da7d073685cf845fdc4448aadc0 (diff) |
[109] Add: logout action and some session endpoint refactor
Diffstat (limited to 'vampire.asd')
-rw-r--r-- | vampire.asd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vampire.asd b/vampire.asd index 4ac6d11..a3d5799 100644 --- a/vampire.asd +++ b/vampire.asd @@ -32,6 +32,7 @@ (:file "css") (:file "html") (:file "user-known") + (:file "session") (:file "login") (:file "invites") (:file "home") |