From ed71e77b1c4f43d76665e224145b237575e847fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= Date: Sun, 3 Mar 2024 00:27:35 +0100 Subject: [PATCH] update requirements --- back/requirements.txt | 3 ++- user/test.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/back/requirements.txt b/back/requirements.txt index 100caba..0da3071 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -1 +1,2 @@ -Flask==3.0.2 \ No newline at end of file +Flask==3.0.2 +Flask_Cors==4.0.0 \ No newline at end of file diff --git a/user/test.py b/user/test.py index 869c54a..062a852 100644 --- a/user/test.py +++ b/user/test.py @@ -43,7 +43,7 @@ def post(currentsong): else : return r.text -url = "http://127.0.0.1:5000" +url = "http://192.168.1.58:3005" headers = {'Content-Type': 'application/json'} def main():