add os import to server

This commit is contained in:
Sorrel Bri 2019-10-16 16:52:15 -07:00
parent 2dd1765c47
commit e4f2a455c2

View file

@ -1,4 +1,5 @@
from app import create_app, db
import os
# Blueprints
from api.api import register_api_endpoints