generated from nhcarrigan/template
This commit is contained in:
@@ -12,7 +12,7 @@ export class SanctionsService {
|
||||
public constructor() {}
|
||||
// eslint-disable-next-line @typescript-eslint/class-methods-use-this -- Getter for static URL.
|
||||
private get url(): string {
|
||||
return "http://localhost:20000/sanctions";
|
||||
return "https://hikari.nhcarrigan.com/api/sanctions";
|
||||
}
|
||||
|
||||
public async getSanctions(): Promise<
|
||||
|
||||
Reference in New Issue
Block a user