aboutsummaryrefslogtreecommitdiff
path: root/src/api/web.rs
diff options
context:
space:
mode:
authortuhana <[email protected]>2023-10-05 20:08:26 +0300
committertuhana <[email protected]>2023-10-05 20:08:26 +0300
commit3d4be24902983a94a601aabe016d6e773e888cd9 (patch)
treeb85aea35f08fb5e0e9a81e2aeee4258032e8275d /src/api/web.rs
parentbc26bfa589c007da9b9be37e1172060f38a948b9 (diff)
downloadvaultwarden-3d4be24902983a94a601aabe016d6e773e888cd9.tar.gz
vaultwarden-3d4be24902983a94a601aabe016d6e773e888cd9.zip
Fix typos
Diffstat (limited to 'src/api/web.rs')
-rw-r--r--src/api/web.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/web.rs b/src/api/web.rs
index de2c2a94..dad36a7f 100644
--- a/src/api/web.rs
+++ b/src/api/web.rs
@@ -12,7 +12,7 @@ use crate::{
};
pub fn routes() -> Vec<Route> {
- // If addding more routes here, consider also adding them to
+ // If adding more routes here, consider also adding them to
// crate::utils::LOGGED_ROUTES to make sure they appear in the log
let mut routes = routes![attachments, alive, alive_head, static_files];
if CONFIG.web_vault_enabled() {