add: notifications ui
This commit is contained in:
parent
9dc75d7095
commit
f5b75382e5
14 changed files with 179 additions and 14 deletions
|
@ -128,8 +128,8 @@ pub fn routes() -> Router {
|
|||
)
|
||||
.route("/notifications/{id}", delete(notifications::delete_request))
|
||||
.route(
|
||||
"/notifications/{id}/read",
|
||||
delete(notifications::update_read_status_request),
|
||||
"/notifications/{id}/read_status",
|
||||
post(notifications::update_read_status_request),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue