aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/login.lisp
blob: afbd80e62d118ef5cfc390501f88c4f5167348f2 (plain)
1
2
3
4
5
6
7
8
9
10
(in-package #:vampire)

(defun login-page ()
  "login")

(wknd:defendpoint login
  :get :route "login"
  :returns "text/html"
  :handle (login-page))