chiark / gitweb /
own http body type
[hippotat.git] / server / suser.rs
index 69881e54f980752286d7ca0a67ead97a212b3849..48c8be5b8af186f89321994bd04b076c39c341de 100644 (file)
@@ -51,7 +51,7 @@ pub async fn run(global: Arc<Global>,
       }
     } {
       let response = WebResponse {
-        data: Ok(vec![ /* xxx */ ]),
+        data: Ok(default()),
         warnings: default(),
       };