mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 06:14:16 +00:00
Remove version
from server config info (#4885)
This commit is contained in:
parent
65d11a9720
commit
aa0fe7785a
1 changed files with 1 additions and 2 deletions
|
@ -202,8 +202,7 @@ fn config() -> Json<Value> {
|
|||
"gitHash": option_env!("GIT_REV"),
|
||||
"server": {
|
||||
"name": "Vaultwarden",
|
||||
"url": "https://github.com/dani-garcia/vaultwarden",
|
||||
"version": crate::VERSION
|
||||
"url": "https://github.com/dani-garcia/vaultwarden"
|
||||
},
|
||||
"environment": {
|
||||
"vault": domain,
|
||||
|
|
Loading…
Reference in a new issue