linguabot commited on
Commit
faaf763
·
verified ·
1 Parent(s): 634bcc2

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. index.js +1 -1
  2. 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: 'Transcreation Sandbox API is running - Auth middleware fixed for time code editing' });
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": "transcreation-sandbox-server",
3
  "version": "1.0.0",
4
- "description": "Backend server for Transcreation Sandbox",
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",