You've already forked haproxy-wi
mirror of
https://github.com/roxy-wi/roxy-wi.git
synced 2025-12-15 11:54:05 +08:00
5 lines
89 B
Python
5 lines
89 B
Python
import sys
|
|
sys.path.insert(0,"/var/www/haproxy-wi/")
|
|
|
|
from app import app as application
|