app/demo: add (:auth :login) action

This commit is contained in:
Helmut Merz 2024-07-22 19:50:50 +02:00
parent 5835c54b36
commit 01bb322a6a

View file

@ -16,3 +16,4 @@
(() server:fileserver :doc-root
,(config:path "/var/www/html/" :env-key :docroot))))
(config:add-action '(:test :data) #'core:echo)
(config:add-action '(:auth :login) #'core:echo)