refont back express
This commit is contained in:
6
backend/controllers/apiController.js
Normal file
6
backend/controllers/apiController.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default function getConnect(req, res) {
|
||||
res.json({
|
||||
message: 'Connexion : OK',
|
||||
status: true
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user