mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
13 lines
290 B
Markdown
13 lines
290 B
Markdown
## Apps
|
|
|
|
Under ``` /server/apps/ ```, there are two files, ``` admin.js ``` and ``` client.js ```.``` admin.js ``` are for the adminpanel, and ``` client.js ``` are for zoff itself.
|
|
|
|
|
|
## REST
|
|
|
|
[Rest API info](REST.md)
|
|
|
|
## Events
|
|
|
|
[Events sent form the server/to the server info](EVENTS.md)
|