Skip to content

Commit

Permalink
Undo accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed Jul 14, 2024
1 parent a7b3af4 commit bbe38e4
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 "@alice-structures/utils/DPPProc
* 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 bbe38e4

Please sign in to comment.