mirror of https://github.com/Aidaho12/haproxy-wi
5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
![]() |
import sys
|
||
|
sys.path.insert(0,"/var/www/haproxy-wi/")
|
||
|
|
||
|
from app import app as application
|