encryption POC

This commit is contained in:
azivner
2017-08-21 20:34:17 -04:00
parent d775947daa
commit 0c602299b2
3 changed files with 51 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
export FLASK_DEBUG=0
export FLASK_DEBUG=1
export FLASK_APP=src/app.py
flask run