Skip to content

Commit

Permalink
Expose under /public APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Aug 12, 2024
1 parent e699ef5 commit c2e96ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async def healthcheck() -> Response:
router.add_api_route("/api/v1/pp", pp.calculate_pp)

router.add_api_route(
"/v1/aggregate-score-stats/total-scores-set",
"/public/api/v1/aggregate-score-stats/total-scores-set",
aggregate_score_stats.total_scores_set,
)

Expand Down

0 comments on commit c2e96ad

Please sign in to comment.