Skip to content

Commit

Permalink
add back cors
Browse files Browse the repository at this point in the history
  • Loading branch information
salivian committed Nov 5, 2019
1 parent e4034a9 commit 4acf94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/bin/db_rest_server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from flask import Flask
from flask_cors import CORS
app = Flask(__name__)

import pandas as pd
Expand Down

0 comments on commit 4acf94a

Please sign in to comment.