Add LokiPublicChatAPI (extends LokiAppDotNetAPI)
parent
33ea259d45
commit
dc6d3b5ca2
@ -0,0 +1,5 @@
|
|||||||
|
const LokiAppDotNetAPI = require('./loki_app_dot_net_api');
|
||||||
|
|
||||||
|
class LokiPublicChatAPI extends LokiAppDotNetAPI {}
|
||||||
|
|
||||||
|
module.exports = LokiPublicChatAPI;
|
Loading…
Reference in New Issue