From 6c1a500ffab83a3f6229f26b67a29d736b700a2e Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 18 May 2020 17:10:04 +0200 Subject: [PATCH] add the url of our website into the endpoint --- app/controllers/health_controller.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/health_controller.rb b/app/controllers/health_controller.rb index e3de9c028..004566f98 100644 --- a/app/controllers/health_controller.rb +++ b/app/controllers/health_controller.rb @@ -20,7 +20,8 @@ class HealthController < ActionController::Base version: Version.up_to_date? }, stats: HealthService.stats, - tagline: 'The platform to manage your fablab or your coworking space.' + tagline: 'The platform to manage your fablab or your coworking space.', + url: 'https://www.fab-manager.com' } end end