summaryrefslogtreecommitdiffstats
path: root/src/controller/routes.phel
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-01-04 02:02:05 -0800
committerGravatar Tom Willemse2026-01-04 02:02:05 -0800
commit87b8104dc6a1b2ffeb4aa92f8b1301495768db82 (patch)
tree5e122215590b5e54a85867ddfd3aea28a476ff2d /src/controller/routes.phel
parent96a007eecea9b67ba06d01c8fcdd9c09fc4b43e9 (diff)
downloadlezer-87b8104dc6a1b2ffeb4aa92f8b1301495768db82.tar.gz
lezer-87b8104dc6a1b2ffeb4aa92f8b1301495768db82.zip
Rename “Phel Web Skeleton” to “Lezer”
Diffstat (limited to 'src/controller/routes.phel')
-rw-r--r--src/controller/routes.phel6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/controller/routes.phel b/src/controller/routes.phel
index ae0cdf1..93674d8 100644
--- a/src/controller/routes.phel
+++ b/src/controller/routes.phel
@@ -1,6 +1,6 @@
-(ns web-skeleton\controller\routes
- (:require web-skeleton\view\main :refer [index-html])
- (:require web-skeleton\module\greet :as g)
+(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))