Create server.js

This commit is contained in:
Ashley 2022-03-25 19:41:48 +03:00 committed by GitHub
parent 6cb39b2ecf
commit 9b62480b9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
sdk/server.js Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
video:require("./src/video.js"),
channel:require("./src/channel.js")
}