Add notification endpoint stubs to test-http-api
modified crates/test-http-api/src/api.rs
@@ -98,6 +98,9 @@ pub fn router(ctx: Context) -> Router {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -146,6 +149,20 @@ async fn seeded_not_replicated_handler(State(ctx): State<Context>) -> impl IntoR
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|