implement vuex et authent #2

Merged
vincent merged 8 commits from dev into master 2019-05-08 16:13:07 +00:00
Showing only changes of commit 8fc67cccce - Show all commits

View File

@ -1,4 +1,5 @@
if __name__ == '__main__':
from chainetv.app import create_app
app= create_app()
if __name__ == '__main__':
app.run()