This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
LosPoulos
/
mafalda-api
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
2
Pull Requests
0
Wiki
Aborescence:
406dc7afd4
Branches
Tags
master
mafalda-api
/
helpers
/
JSONError.js
JSONError.js
78 B
Historique
Raw
1
2
3
4
5
6
const JSONError = (msg) => {
return {
msg
};
}
module.exports = JSONError;