refactored GUI to use a second flask server for communication

This commit is contained in:
Micah Lee 2014-06-06 21:20:57 -04:00
parent 9daa475cc0
commit 67ea5b5c2c
12 changed files with 177 additions and 193 deletions

View file

@ -2,4 +2,5 @@ include LICENSE
include README.md
include onionshare/*.html
include onionshare/strings.json
include onionshare_gui/html/*
include onionshare_gui/templates/*
include onionshare_gui/static/*