1 files changed, 0 insertions(+), 6 deletions(-)
M main.janet
M main.janet => main.janet +0 -6
@@ 5,12 5,6 @@
(import /index)
-(enable :logging (fn [_ req resp]
- (printf "-%s %s %s"
- (or "NA" (get-in req [:method]))
- (or "NA" (get-in req [:path]))
- (or "NA" (get-in req [:headers "User-Agent"])))))
-
(enable :static-files)
(GET "/"