First create solution
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// NOTE object below must be a valid JSON
|
||||
window.Nuvolar_Scanner_Android = $.extend(true, window.Nuvolar_Scanner_Android, {
|
||||
"config": {
|
||||
"endpoints": {
|
||||
"db": {
|
||||
"local": "",
|
||||
"production": ""
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"db": {
|
||||
"entities": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user