Skip to content

Commit

Permalink
Revert to v1/feedback for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyborger1 committed Feb 26, 2024
1 parent ce1af6f commit b507872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/botdetector/http/BotDetectorClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private enum ApiPath
PLAYER_STATS_REPORTS("v2/player/report/score"),
PLAYER_STATS_FEEDBACK("v2/player/feedback/score"),
PREDICTION("v2/player/prediction"),
FEEDBACK("v2/feedback"),
FEEDBACK("v1/feedback/"), // Remove last forward slash when using v2!
VERIFY_DISCORD("site/discord_user")
;

Expand Down

0 comments on commit b507872

Please sign in to comment.