Add LokiPublicChatAPI (extends LokiAppDotNetAPI)

pull/518/head
sachaaaaa 6 years ago
parent 33ea259d45
commit dc6d3b5ca2

@ -0,0 +1,5 @@
const LokiAppDotNetAPI = require('./loki_app_dot_net_api');
class LokiPublicChatAPI extends LokiAppDotNetAPI {}
module.exports = LokiPublicChatAPI;
Loading…
Cancel
Save