fix bug with redirects to the arpa domain
This commit is contained in:
@ -95,7 +95,7 @@
|
||||
(f method path request)
|
||||
(dict
|
||||
:code 303
|
||||
:headers {"Location" f"http://natalieee.net.8.f.9.e.0.7.4.0.1.0.0.2.ip6.arpa/{(. request (get "route") (get "unparsed_route"))}"}))))
|
||||
:headers {"Location" f"http://natalieee.net.8.f.9.e.0.7.4.0.1.0.0.2.ip6.arpa{(. request (get "route") (get "unparsed_route"))}"}))))
|
||||
|
||||
(defn shtml-file-response [file [code 200] [no-exec False] [template-params {}]]
|
||||
(dict
|
||||
|
Reference in New Issue
Block a user