generated from nhcarrigan/template
fix: use prod url in client
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m11s
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m11s
This commit is contained in:
@ -12,7 +12,7 @@ export class AnnouncementsService {
|
|||||||
public constructor() {}
|
public constructor() {}
|
||||||
// eslint-disable-next-line @typescript-eslint/class-methods-use-this -- Getter for static URL.
|
// eslint-disable-next-line @typescript-eslint/class-methods-use-this -- Getter for static URL.
|
||||||
private get url(): string {
|
private get url(): string {
|
||||||
return "http://localhost:20000/announcements";
|
return "https://hikari.nhcarrigan.com/api/announcements";
|
||||||
}
|
}
|
||||||
|
|
||||||
public async getAnnouncements(): Promise<
|
public async getAnnouncements(): Promise<
|
||||||
|
Reference in New Issue
Block a user