Spaces:
Sleeping
Sleeping
Tristan Yu commited on
Commit ·
3752ea5
1
Parent(s): 31ed044
FORCE REBUILD: Video seeking and subtitle syncing features
Browse files
client/src/services/api.ts
CHANGED
|
@@ -17,7 +17,7 @@ console.log('Environment variables:', {
|
|
| 17 |
REACT_APP_API_URL: process.env.REACT_APP_API_URL,
|
| 18 |
NODE_ENV: process.env.NODE_ENV
|
| 19 |
});
|
| 20 |
-
console.log('Build timestamp:', new Date().toISOString()); // FORCE REBUILD -
|
| 21 |
console.log('🔄 FORCE REBUILD: Admin API routes fixed - should resolve 404 errors');
|
| 22 |
|
| 23 |
// Request interceptor to add auth token and user role
|
|
|
|
| 17 |
REACT_APP_API_URL: process.env.REACT_APP_API_URL,
|
| 18 |
NODE_ENV: process.env.NODE_ENV
|
| 19 |
});
|
| 20 |
+
console.log('Build timestamp:', new Date().toISOString()); // FORCE REBUILD - Video seeking and subtitle syncing
|
| 21 |
console.log('🔄 FORCE REBUILD: Admin API routes fixed - should resolve 404 errors');
|
| 22 |
|
| 23 |
// Request interceptor to add auth token and user role
|