New logs path

pull/772/head
Rick Carlino 2018-04-03 16:55:53 -05:00
parent 1c32a7b315
commit 9173508aa4
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ export class API {
get pointSearchPath() { return `${this.pointsPath}/search/`; }
/** Rather than returning ALL logs, returns a filtered subset.
* /api/logs/search */
get filteredLogsPath() { return `${this.baseUrl}/api/logs/`; }
get filteredLogsPath() { return `${this.baseUrl}/api/logs/search`; }
/** /api/webcam_feed */
get webcamFeedPath() { return `${this.baseUrl}/api/webcam_feeds/`; }
/** /api/web_app_config */