aboutsummaryrefslogtreecommitdiff
path: root/test/03-api/01-methods/post.janet
blob: 10ed088095b5fcc3b2e53f381e60d8decc5b3b27 (plain) (blame)
1
2
3
4
(use ../../../jurl)
(def res ((->> "https://pie.dev/post"
               (http :post))))
(assert (= 200 (res :status)))