mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-16 22:34:39 -05:00
Update server.js
This commit is contained in:
parent
68535a7321
commit
93df947858
1 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,10 @@
|
||||||
|
const video = require("./src/video.js")
|
||||||
module.exports = {
|
const channel = require("./src/channel.js")
|
||||||
video:require("./src/video.js"),
|
const search = require("./src/search.js")
|
||||||
channel:require("./src/channel.js")
|
|
||||||
|
module.exports = {
|
||||||
|
search:search,
|
||||||
|
video:video,
|
||||||
|
channel:channel
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue