making it ready for prd

This commit is contained in:
2026-01-01 21:33:12 +01:00
parent 7ab655626a
commit c6bc4ed33d
4 changed files with 14 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/python3
import sys
sys.path.insert(0, '/usr/share/projects/wsgi_apps/lapp')
from lapp import app as application