Add webcamFeedPath + Gemfile.lock fixes

pull/415/head
Rick Carlino 2017-08-21 08:32:24 -05:00
parent b05db70c07
commit bdbdcec3da
1 changed files with 2 additions and 0 deletions

View File

@ -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/`; }
}