2021-06-29 16:27:35 +02:00

12 lines
158 B
Plaintext

'use strict';
/**
* `<%= name %>` service.
*/
module.exports = {
// exampleService: (arg1, arg2) => {
// return isUserOnline(arg1, arg2);
// }
};