Change of filename

This commit is contained in:
Vivek Teega 2019-05-22 11:19:50 +00:00
parent deb6354af6
commit fdbd378eb5
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
__pycache__/
wsgi.py

View File

@ -4,9 +4,12 @@ import sqlite3
import json
import os
from flask import Flask
from flask_cors import CORS
dbfolder = ''
app = Flask(__name__)
CORS(app)
# FLO TOKEN APIs