aboutsummaryrefslogtreecommitdiff
path: root/module/calp/server/routes.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-15 00:43:23 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-15 01:43:12 +0100
commitcc025f68abe0da5732ff51437d80fa9d22bac88c (patch)
tree55d4e6fa6c1079b2da35e60e6555827e1e593809 /module/calp/server/routes.scm
parentDirectory listing page now handles subdirectories. (diff)
downloadcalp-cc025f68abe0da5732ff51437d80fa9d22bac88c.tar.gz
calp-cc025f68abe0da5732ff51437d80fa9d22bac88c.tar.xz
Qualify functions in make-routes expansion.
Previously, the user of the macro needed a correct environment. This should not be needed any more.
Diffstat (limited to 'module/calp/server/routes.scm')
-rw-r--r--module/calp/server/routes.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/calp/server/routes.scm b/module/calp/server/routes.scm
index 866a40d2..07ea67f0 100644
--- a/module/calp/server/routes.scm
+++ b/module/calp/server/routes.scm
@@ -1,14 +1,12 @@
(define-module (calp server routes)
:use-module (hnh util)
:use-module (hnh util path)
- :use-module (hnh util options)
:use-module (hnh util exceptions)
:use-module (srfi srfi-1)
:use-module ((ice-9 rdelim) :select (read-string))
:use-module ((ice-9 ftw) :select (scandir))
- :use-module (ice-9 regex) #| regex here due to bad macros |#
:use-module (ice-9 format)
:use-module ((web response) :select (build-response))