5 lines
127 B
Rust
5 lines
127 B
Rust
//! Endpoint to notify a push gateway about an event or update the number of unread notifications a
|
|
//! user has.
|
|
|
|
pub mod v1;
|