File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 :name " joy"
33 :description " A full stack web framework written in janet"
44 :dependencies [{:repo " https://github.com/andrewchambers/janet-uri" :tag " 9737a6aee88cc2e426b496532014d6d85605afc2" }
5- {:repo " https://github.com/janet-lang/json " :tag " 61437d96b5df6eb7e524f88847e7d7521201662d " }
5+ {:repo " https://github.com/janet-lang/spork " :tag " f547fee9ebfe96c09029bfe232336aab1212a617 " }
66 {:repo " https://github.com/janet-lang/path" :tag " 0ae7b60b8aaaa7f80f84692b7efb8e46b7d38eb3" }
77 {:repo " https://github.com/pyrmont/musty" :tag " e1a821940072a5ae5ddc9d3cb2ae6d1bdba41468" }
88 " https://github.com/joy-framework/cipher"
Original file line number Diff line number Diff line change 66(import ./html :as html )
77(import cipher )
88(import path )
9- (import json )
9+ (import spork/ json )
1010
1111
1212(defn layout
Original file line number Diff line number Diff line change 1- (import json )
1+ (import spork/ json )
22(import ./html )
33
44(defn- content-type [k ]
You can’t perform that action at this time.
0 commit comments