diff options
| author | 2026-08-22 00:30:26 -0700 | |
|---|---|---|
| committer | 2026-08-22 00:30:26 -0700 | |
| commit | 2edfa920e0be2b3d63f3c6b0fb36f0c1c32c4339 (patch) | |
| tree | 87b888d91e08844221d3e7b63dec408b6d0e8ae0 /src/app.phel | |
| parent | 7c74afb2082e5ab2dfaef3d3c92da2049dbfa67f (diff) | |
| download | lezer-2edfa920e0be2b3d63f3c6b0fb36f0c1c32c4339.tar.gz lezer-2edfa920e0be2b3d63f3c6b0fb36f0c1c32c4339.zip | |
Upgrade phel
Diffstat (limited to 'src/app.phel')
| -rw-r--r-- | src/app.phel | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
