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