From 9173508aa4945b67900092136c66e96b9f6b02ef Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Tue, 3 Apr 2018 16:55:53 -0500 Subject: [PATCH] New logs path --- webpack/api/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/api/api.ts b/webpack/api/api.ts index c6b4cccbf..f393612db 100644 --- a/webpack/api/api.ts +++ b/webpack/api/api.ts @@ -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 */