Basic import seems to work
This commit is contained in:
parent
16519c5353
commit
d74806dde3
21 changed files with 555 additions and 749 deletions
9
shared/users.js
Normal file
9
shared/users.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
function getAdminId() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
getAdminId
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue