new SearchResult component, using proper table structure, click functionality for expanding to nearby quotes in scene

This commit is contained in:
Xevion
2020-08-10 04:52:32 -05:00
parent f27e1501d0
commit 7e98c55d9c
6 changed files with 161 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ from flask_wtf.csrf import CSRFProtect
from server.config import configs
csrf = CSRFProtect()
cors = CORS(resources={r'/*': {'origins': '*'}})
cors = CORS(resources={r'/api/*': {'origins': '*'}})
def create_app(env=None):