1
0
Fork 0
hscloud/bgpwtf/cccampix/frontend/dev.py

9 lines
151 B
Python

from bgpwtf.cccampix.frontend.frontend import create_app
config = {
'verifier': '127.0.0.1:4220',
}
app = create_app(config)
app.run(debug=True)