This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
LosPoulos
/
mafalda-api
Beobachten
3
Favorit hinzufügen
0
Fork
0
Dateien
Issues
2
Pull-Requests
0
Wiki
Struktur:
1a9a6701a4
Branches
Tags
master
mafalda-api
/
helpers
/
JSONError.js
JSONError.js
78 B
Verlauf
Originalformat
1
2
3
4
5
6
const JSONError = (msg) => {
return {
msg
};
}
module.exports = JSONError;