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

@ -14,7 +14,7 @@ fi
curl -s -X POST localhost:7001/admin/shutdown 2>&1 > /dev/null
# start server
cargo run --features shutdown -- --port 7001 2>&1 > logs/nuchat.log &
cargo run -- --port 7001 2>&1 > logs/nuchat.log &
# run tests
cargo nextest run --color=always 2>&1 | tee logs/test-output.log