This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
LosPoulos
/
mafalda-api
Urmărește
3
Stea
0
Bifurcare
0
Fisiere
Probleme
2
Trageți solicitările
0
Wiki
Arbore:
406dc7afd4
Ramuri
Etichete
master
mafalda-api
/
helpers
/
JSONError.js
JSONError.js
78 B
Istoric
Crud
1
2
3
4
5
6
const JSONError = (msg) => {
return {
msg
};
}
module.exports = JSONError;