diff --git a/webpack/api/api.ts b/webpack/api/api.ts index 7111e4a10..b63b6d282 100644 --- a/webpack/api/api.ts +++ b/webpack/api/api.ts @@ -124,4 +124,6 @@ export class API { get pointSearchPath() { return `${this.pointsPath}/search/`; } /** /api/logs */ get logsPath() { return `${this.baseUrl}/api/logs/`; } + /** /api/webcam_feed */ + get webcamFeedPath() { return `${this.baseUrl}/api/webcam_feed/`; } }