mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
add plugin loader
This commit is contained in:
12
src/server/backend/plugins/others/poll/pollRoutes.js
Normal file
12
src/server/backend/plugins/others/poll/pollRoutes.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* libreevent - pollRoutes.js
|
||||
*
|
||||
* Created by Janis Hutz 08/13/2023, Licensed under the GPL V3 License
|
||||
* https://janishutz.com, development@janishutz.com
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
module.exports = ( app, settings ) => {
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user