Getting started
To access the API, create a module that returns a function in the 'Addons.Server' folder.

return function(api)
endNow it'll run the function automatically and you can use the server API!
Last updated
To access the API, create a module that returns a function in the 'Addons.Server' folder.

return function(api)
endNow it'll run the function automatically and you can use the server API!
Last updated