other
This commit is contained in:
8
backend/test.js
Normal file
8
backend/test.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import logger from './utils/logger.js';
|
||||
|
||||
logger.info('Backend integration test successful!');
|
||||
console.log('Backend integration test successful!');
|
||||
|
||||
export default function testBackendIntegration() {
|
||||
return { success: true, message: 'Backend integration test successful!' };
|
||||
}
|
||||
Reference in New Issue
Block a user