Skip to content

Commit

Permalink
Update from preprod to prod endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmermaid committed Apr 11, 2024
1 parent a039d1c commit 57961f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions open_parser/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
import requests

CAMBIO_UPLOAD_URL = (
"https://nl6h9ycq39.execute-api.us-west-2.amazonaws.com/v1/cambio_api/upload"
"https://qreije6m7l.execute-api.us-west-2.amazonaws.com/v1/cambio_api/upload"
)
CAMBIO_EXTRACT_URL = (
"https://nl6h9ycq39.execute-api.us-west-2.amazonaws.com/v1/cambio_api/extract"
"https://qreije6m7l.execute-api.us-west-2.amazonaws.com/v1/cambio_api/extract"
)
CAMBIO_PARSE_URL = (
"https://nl6h9ycq39.execute-api.us-west-2.amazonaws.com/v1/cambio_api/parse"
"https://qreije6m7l.execute-api.us-west-2.amazonaws.com/v1/cambio_api/parse"
)


Expand Down

0 comments on commit 57961f8

Please sign in to comment.