Add continuation token when we return object list

This commit is contained in:
Miroslav Prasil
2018-10-01 17:02:58 +01:00
parent 015bd28cc2
commit d9457e929c
4 changed files with 13 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ fn get_folders(headers: Headers, conn: DbConn) -> JsonResult {
Ok(Json(json!({
"Data": folders_json,
"Object": "list",
"ContinuationToken": null,
})))
}