This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
LosPoulos
/
mafalda-api
Segui
3
Vota
0
Forka
0
File
Problemi
2
Pull Requests
0
Wiki
Albero (Tree):
375dcac004
Rami (Branch)
Tag
master
mafalda-api
/
helpers
/
JSONError.js
JSONError.js
78 B
Cronologia
Originale
1
2
3
4
5
6
const JSONError = (msg) => {
return {
msg
};
}
module.exports = JSONError;