update to turftracking

This commit is contained in:
Jake Kasper
2025-09-05 15:05:32 -04:00
parent a3112efee0
commit 8416a9daf7
7 changed files with 25 additions and 25 deletions

View File

@@ -136,7 +136,7 @@ process.on('SIGINT', () => {
});
app.listen(PORT, '0.0.0.0', () => {
console.log(`TurfTracker API server running on port ${PORT}`);
console.log(`TurfTracking API server running on port ${PORT}`);
console.log(`Environment: ${process.env.NODE_ENV || 'development'}`);
});
// Disable etags and set no-store by default to avoid stale cached API responses