Use absolute path instead

This commit is contained in:
paku 2024-06-13 21:01:22 +09:00
parent 989ba63bf1
commit 7ab7284e88

View file

@ -47,7 +47,7 @@
(mapcar (lambda (pathname)
(cons (pathname->url pathname dir-namestring)
(pathname->package pathname system-path-namestring system-prefix)))
(dir->pathnames dir))))
(dir->pathnames dir-namestring))))
(defparameter *http-request-methods*
'(:GET :POST :PUT :DELETE :HEAD :CONNECT :OPTIONS :PATCH))