Skip to content

Commit

Permalink
updating port
Browse files Browse the repository at this point in the history
  • Loading branch information
tvilight4 committed Aug 25, 2024
1 parent 5ad4d47 commit 7e5745d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

)

Expand Down
2 changes: 1 addition & 1 deletion ui-integration/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 7e5745d

Please sign in to comment.