mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-14 02:13:20 -06:00
new SearchResult component, using proper table structure, click functionality for expanding to nearby quotes in scene
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user