update defaults
parent
3b01dfc051
commit
18f958be04
@ -1,4 +1,4 @@
|
|||||||
from lws.factory import create_app
|
from lws.factory import create_app
|
||||||
from lws import config
|
from lws import config
|
||||||
|
|
||||||
run = create_app().run(host=config.HOST)
|
run = create_app().run(host=config.HOST, port=config.PORT)
|
||||||
|
Loading…
Reference in New Issue