Basic Web Push support.
This commit is contained in:
8
src/routes/push/mod.rs
Normal file
8
src/routes/push/mod.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use rocket::Route;
|
||||
|
||||
mod subscribe;
|
||||
mod unsubscribe;
|
||||
|
||||
pub fn routes() -> Vec<Route> {
|
||||
routes![subscribe::req, unsubscribe::req]
|
||||
}
|
||||
Reference in New Issue
Block a user