From ea30e94527d746df7fd805b2d4a981d5c8771d5f Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 30 Apr 2018 11:26:43 -0400 Subject: Integrate noResultsUrl configuration This is not the ideal implementation. Instantiation of RatingService and such should be moved out of the controller entirely, but we don't have the time for that right now. --- conf/vanilla-server.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/vanilla-server.json b/conf/vanilla-server.json index 41e90b8..452dc4c 100644 --- a/conf/vanilla-server.json +++ b/conf/vanilla-server.json @@ -49,7 +49,8 @@ "remote": { "host": "localhost", "domain": "" - } + }, + "noResultsUrl": "" }, "c1export": { "host": "localhost", -- cgit v1.2.1