mirror of
https://github.com/blackboxprogramming/blackroad-apps.git
synced 2026-03-17 09:37:52 -05:00
feat: prepare all services for production deployment
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
This commit is contained in:
@@ -8,6 +8,10 @@ app.get('/health', (req, res) => {
|
||||
res.json({ status: 'healthy', service: 'RoadView', version: '1.0.0' });
|
||||
});
|
||||
|
||||
app.get('/api/health', (req, res) => {
|
||||
res.json({ status: 'healthy', service: 'RoadView', version: '1.0.0' });
|
||||
});
|
||||
|
||||
app.get('/', (req, res) => {
|
||||
res.json({
|
||||
name: 'RoadView',
|
||||
|
||||
Reference in New Issue
Block a user