mirror of
https://github.com/navidrome/navidrome.git
synced 2025-07-15 08:01:10 +03:00
6 lines
62 B
Go
6 lines
62 B
Go
package conf
|
|
|
|
func ResetConf() {
|
|
Server = &configOptions{}
|
|
}
|