From fc302ce7f62c2552bc39aeded83165de24c0402d Mon Sep 17 00:00:00 2001 From: Vladislav Shub Date: Thu, 17 May 2018 15:11:21 +0300 Subject: [PATCH] fix(webui:prefix) to support play.http.context change --- webui/src/Commands/Fetch.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/src/Commands/Fetch.elm b/webui/src/Commands/Fetch.elm index 46cdf8d22..3658d3ca6 100644 --- a/webui/src/Commands/Fetch.elm +++ b/webui/src/Commands/Fetch.elm @@ -2,4 +2,4 @@ module Commands.Fetch exposing (apiBaseUrl) apiBaseUrl = - "/api/v1" + "api/v1"