This website works better with JavaScript
Home
Explore
Help
Sign In
LosPoulos
/
mafalda-api
Watch
3
Star
0
Fork
0
Files
Issues
2
Pull Requests
0
Wiki
Tree:
3cc4a469da
Branches
Tags
master
mafalda-api
/
helpers
/
JSONError.js
JSONError.js
78 B
History
Raw
1
2
3
4
5
6
const JSONError = (msg) => {
return {
msg
};
}
module.exports = JSONError;