Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/COS301-SE-2024/occupi in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
waveyboym committed Sep 27, 2024
2 parents 64bdc8b + 48898e0 commit b42457f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-code/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Initialize the Flask application
app = Flask(__name__)

CORS(app, resources={r"/*": {"origins": ["https://dev.occupi.tech, https://occupi.tech"]}})
CORS(app, resources={r"/*": {"origins": ["https://dev.occupi.tech", "https://occupi.tech","https://localhost"]}})

# Load the scaler
scaler = joblib.load('attendance_scaler.pkl')
Expand Down

0 comments on commit b42457f

Please sign in to comment.