mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 03:52:29 +09:00
6 lines
160 B
JavaScript
6 lines
160 B
JavaScript
"use strict"
|
|
|
|
var mountRedraw = require("./mount-redraw")
|
|
|
|
module.exports = require("./api/router")(typeof window !== "undefined" ? window : null, mountRedraw)
|