Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 699b7b20 authored by noQils's avatar noQils
Browse files

Implement list function in Notification controller. (fixed)

parent c1aa462a
Branches
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ use rocket::fairing::AdHoc;
pub fn route_stage() -> AdHoc {
return AdHoc::on_ignite("Initializing controller routes...", |rocket| async {
rocket
.mount("/", routes![notification::subscribe, notification::unsubscribe,
notification::receive, notification::list]);
.mount("/", routes![notification::subscribe, notification::unsubscribe,
notification::receive, notification::list])
});
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment