summaryrefslogtreecommitdiffstats
path: root/src/controller/routes.phel
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-08-22 00:30:26 -0700
committerGravatar Tom Willemse2026-08-22 00:30:26 -0700
commit2edfa920e0be2b3d63f3c6b0fb36f0c1c32c4339 (patch)
tree87b888d91e08844221d3e7b63dec408b6d0e8ae0 /src/controller/routes.phel
parent7c74afb2082e5ab2dfaef3d3c92da2049dbfa67f (diff)
downloadlezer-2edfa920e0be2b3d63f3c6b0fb36f0c1c32c4339.tar.gz
lezer-2edfa920e0be2b3d63f3c6b0fb36f0c1c32c4339.zip
Upgrade phel
Diffstat (limited to 'src/controller/routes.phel')
-rw-r--r--src/controller/routes.phel10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/controller/routes.phel b/src/controller/routes.phel
index 93674d8..5f93cc2 100644
--- a/src/controller/routes.phel
+++ b/src/controller/routes.phel
@@ -1,8 +1,8 @@
-(ns lezer\controller\routes
- (:require lezer\view\main :refer [index-html])
- (:require lezer\module\greet :as g)
- (:require phel\router :as r)
- (:require phel\http :as h))
+(ns lezer.controller.routes
+ (:require lezer.view.main :refer [index-html])
+ (:require lezer.module.greet :as g)
+ (:require phel.router :as r)
+ (:require phel.http :as h))
(defn index-handler [req]
(h/response-from-map {:status 200