Update to support running on elasticbeanstalk.
This commit is contained in:
parent
ea6df2b725
commit
b0720aac1c
6 changed files with 33 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
|
||||
import logging
|
||||
import json
|
||||
|
||||
from flask import make_response, request, session, Response, abort
|
||||
import simplejson as json
|
||||
from functools import wraps
|
||||
from datetime import datetime
|
||||
from time import time
|
||||
|
|
Reference in a new issue