mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
11 lines
85 B
JavaScript
11 lines
85 B
JavaScript
|
|
"use strict";
|
||
|
|
|
||
|
|
var web = {};
|
||
|
|
|
||
|
|
web.install = function() {
|
||
|
|
|
||
|
|
};
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
module.exports = web;
|