diff --git a/.gitignore b/.gitignore index dd5c5d8..e429938 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ *~ venv/ node_modules/ +main.py diff --git a/main.hy b/main.hy index e0c2f8f..021d85e 100644 --- a/main.hy +++ b/main.hy @@ -18,6 +18,8 @@ [ld (.isoformat (getattr (get d 0) "lower"))]] (, ld ud))) +; This is purely for demonstration purposes. + (with-decorator (.route app "/") (defn hello []