Skip to content

Commit

Permalink
Fixed data download and db rest server
Browse files Browse the repository at this point in the history
  • Loading branch information
salivian committed Nov 7, 2019
1 parent 4acf94a commit 326255b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions web/bin/db_rest_server.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from flask import Flask
from flask_cors import CORS
from flask import Flask,request,make_response
from flask_cors import cross_origin
app = Flask(__name__)

import pandas as pd
Expand Down
2 changes: 1 addition & 1 deletion web/dist/index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!DOCTYPE html><html><head><meta name="viewport" content="initial-scale=1,maximum-scale=1,
user-scalable=no"><link rel="stylesheet" href="web.416d5ffe.css"></head><body> <div id="nc"></div> </body><script src="web.5b9c68c4.js"></script></html>
user-scalable=no"><link rel="stylesheet" href="web.416d5ffe.css"></head><body> <div id="nc"></div> </body><script src="web.7f0fc0fb.js"></script></html>
Loading

0 comments on commit 326255b

Please sign in to comment.