lib: Fix category url

This commit is contained in:
2021-05-04 16:21:33 +02:00
parent 8066862c8a
commit 7686d6ba6b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pub mod url {
pub const SESSIONS: &str = "/api/sessions";
pub const CATEGORIES: &str = "/api/category";
pub const WAIT_FOR_EVENT: &str = "/api/wait_for_event";
}