1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

add the url of our website into the endpoint

This commit is contained in:
Sylvain 2020-05-18 17:10:04 +02:00
parent fdc2f60ff5
commit 6c1a500ffa

View File

@ -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