Skip to content

Commit

Permalink
fix(Gemini): rename url to use hyphens instead of underscores. ref #569
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Dec 22, 2024
1 parent e0c251b commit 433011d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_prices/api/proofs/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def upload(self, request: Request) -> Response:
@action(
detail=False,
methods=["POST"],
url_path="process_with_gemini",
url_path="process-with-gemini",
parser_classes=[MultiPartParser],
)
def process_with_gemini(self, request: Request) -> Response:
Expand Down

0 comments on commit 433011d

Please sign in to comment.