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:
parent
fdc2f60ff5
commit
6c1a500ffa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user