Skip to content

Commit

Permalink
Uncomment debug endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed Nov 2, 2024
1 parent 2f7818e commit 051e078
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/utils/managers/DPPProcessorRESTManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ import { DPPProcessorCalculationResponse } from "@structures/utils/DPPProcessorC
* A REST manager for the droid performance points processor backend.
*/
export abstract class DPPProcessorRESTManager extends RESTManager {
private static readonly endpoint =
/* Config.isDebug
private static readonly endpoint = Config.isDebug
? "https://droidpp.osudroid.moe/api/dpp/processor/"
: */ "http://localhost:3006/api/dpp/processor/";
: "http://localhost:3006/api/dpp/processor/";

/**
* Retrieves a difficulty attributes from the backend.
Expand Down

0 comments on commit 051e078

Please sign in to comment.