This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-workflow
mirror of
https://github.com/sartography/cr-connect-workflow.git
Watch
1
Star
0
Fork
You've already forked cr-connect-workflow
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bec59a71d7
cr-connect-workflow
/
run.py
4 lines
86 B
Python
Raw
Normal View
History
Unescape
Escape
fixing run.
2019-12-18 19:06:33 +00:00
from
crc
import
app
Adds basic Flask, Connexion, and SpiffWorkflow structure
2019-11-19 20:57:46 +00:00
if
__name__
==
"
__main__
"
:
Explicitly sets port. Prints some config settings for debugging.
2020-04-15 17:49:32 +00:00
app
.
run
(
host
=
'
0.0.0.0
'
,
port
=
5000
)