mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 18:56:24 +03:00
7 lines
70 B
Batchfile
7 lines
70 B
Batchfile
|
|
@echo off
|
|
|
|
set FLASK_APP=dyxless
|
|
|
|
flask run --host=0.0.0.0 --port=80
|