mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 00:09:23 +00:00
12 lines
158 B
Plaintext
12 lines
158 B
Plaintext
'use strict';
|
|
|
|
/**
|
|
* `<%= name %>` service.
|
|
*/
|
|
|
|
module.exports = {
|
|
// exampleService: (arg1, arg2) => {
|
|
// return isUserOnline(arg1, arg2);
|
|
// }
|
|
};
|