use ?last_issue_date query param
This commit is contained in:
parent
58849ab89b
commit
04bc0b6566
2 changed files with 43 additions and 13 deletions
|
|
@ -23,9 +23,8 @@ let hello req _server _env =
|
|||
let routes =
|
||||
let open Vif.Uri in
|
||||
let open Vif.Route in
|
||||
let open Vif.Type in
|
||||
let get_ path = get (path /?? nil) in
|
||||
let post path jsont = post (json_encoding jsont) (path /?? nil) in
|
||||
let get_ path = get (path /?? any) in
|
||||
let post path jsont = post (Vif.Type.json_encoding jsont) (path /?? any) in
|
||||
let tos =
|
||||
let v s = rel / s in
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue