mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-05-14 21:28:04 +02:00
use raw controller
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
set -e # Exit on error
|
||||
|
||||
echo "Starting API server with logging..."
|
||||
nohup python -m src.api.controller > logs/api.log 2>&1 &
|
||||
nohup python -m src.api.server > logs/api.log 2>&1 &
|
||||
API_PID=$!
|
||||
echo "API server started with PID: $API_PID"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user