convertified
This commit is contained in:
7
pyapi/start.sh
Executable file
7
pyapi/start.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# FastAPI Proxy Server Startup Script
|
||||
# This script starts the FastAPI proxy server that bypasses Cloudflare
|
||||
|
||||
echo "Starting FastAPI Proxy Server on port 3070..."
|
||||
uv run python -m fastapi dev --port=3070 main.py
|
||||
Reference in New Issue
Block a user