Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoOMaia committed Nov 26, 2023
1 parent d3794f6 commit a8e9f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rest_API/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pandas as pd

app = Flask(__name__)
CORS(app)
CORS(app, origins="*")

RULES_PATH = "/app/models/rules.pkl"
FREK_PATH = "/app/models/freq.pkl"
Expand Down

0 comments on commit a8e9f6a

Please sign in to comment.