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():