Use absolute path instead
This commit is contained in:
parent
989ba63bf1
commit
7ab7284e88
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue