From 2edfa920e0be2b3d63f3c6b0fb36f0c1c32c4339 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 22 Aug 2026 00:30:26 -0700 Subject: Upgrade phel --- src/app.phel | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/app.phel') diff --git a/src/app.phel b/src/app.phel index bcee391..9e1e0bd 100644 --- a/src/app.phel +++ b/src/app.phel @@ -1,7 +1,7 @@ -(ns lezer\app - (:require lezer\controller\routes) - (:require phel\router :as r) - (:require phel\http :as h)) +(ns lezer.app + (:require lezer.controller.routes) + (:require phel.router :as r) + (:require phel.http :as h)) (def app (r/handler -- cgit v1.3-2-g0d8e