diff --git a/app/api.py b/app/api.py index f4a26ba..5a43c54 100644 --- a/app/api.py +++ b/app/api.py @@ -101,7 +101,7 @@ async def process_files( parser.add_argument( - "--port", type=int, default=3006, help="Port to run the server on" + "--port", type=int, default=9000, help="Port to run the server on" ) diff --git a/ui-integration/src/App.js b/ui-integration/src/App.js index 7992c6d..c0e779c 100644 --- a/ui-integration/src/App.js +++ b/ui-integration/src/App.js @@ -39,7 +39,7 @@ function FileUpload() { try { const response = await axios.post( - "http://127.0.0.1:3006/process/", + "http://127.0.0.1:9000/process/", formData, { headers: {