make shutdown endpoint default

This commit is contained in:
2025-07-25 00:39:26 +01:00
parent fb4bb63335
commit 50cee580de
5 changed files with 12 additions and 10 deletions

View File

@ -28,5 +28,6 @@ path = "src/main.rs"
name ="nuchat"
[features]
default = []
default = [ "shutdown" ]
all = ["shutdown"]
shutdown = []