mirror of
https://github.com/YGGverse/hlstate-rs.git
synced 2026-04-01 01:25:38 +00:00
use ipv6 by default, remove extra config options
This commit is contained in:
parent
a549ad2f6e
commit
44a60cff11
5 changed files with 1 additions and 9 deletions
|
|
@ -77,11 +77,9 @@ fn rocket() -> _ {
|
|||
}
|
||||
})
|
||||
.manage(Global {
|
||||
format_time: config.format_time,
|
||||
masters: config.masters,
|
||||
})
|
||||
.manage(Meta {
|
||||
description: config.description,
|
||||
title: config.title,
|
||||
version: env!("CARGO_PKG_VERSION").into(),
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue