Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- index.js +1 -1
- package.json +2 -2
index.js
CHANGED
|
@@ -129,7 +129,7 @@ app.use('/api/docs', docsRoutes);
|
|
| 129 |
|
| 130 |
// Health check endpoint
|
| 131 |
app.get('/api/health', (req, res) => {
|
| 132 |
-
res.json({ status: 'OK', message: '
|
| 133 |
});
|
| 134 |
|
| 135 |
// Simple health check for Hugging Face Spaces
|
|
|
|
| 129 |
|
| 130 |
// Health check endpoint
|
| 131 |
app.get('/api/health', (req, res) => {
|
| 132 |
+
res.json({ status: 'OK', message: 'TransHub API is running - Auth middleware fixed for time code editing' });
|
| 133 |
});
|
| 134 |
|
| 135 |
// Simple health check for Hugging Face Spaces
|
package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"name": "
|
| 3 |
"version": "1.0.0",
|
| 4 |
-
"description": "Backend server for
|
| 5 |
"main": "index.js",
|
| 6 |
"scripts": {
|
| 7 |
"start": "node index.js",
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "transhub-server",
|
| 3 |
"version": "1.0.0",
|
| 4 |
+
"description": "Backend server for TransHub",
|
| 5 |
"main": "index.js",
|
| 6 |
"scripts": {
|
| 7 |
"start": "node index.js",
|