01dfc72a111a8a113d8d5ce267ab3ea99b4e99be
[stor4nfv.git] / src / ceph / src / brag / server / app.wsgi
1 import os
2 from pecan.deploy import deploy
3
4 cur_path = os.path.dirname(__file__)
5 application = deploy(cur_path + '/config.py')