mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-20 06:22:50 +01:00
11 lines
85 B
JavaScript
11 lines
85 B
JavaScript
"use strict";
|
|
|
|
var web = {};
|
|
|
|
web.install = function() {
|
|
|
|
};
|
|
|
|
|
|
|
|
module.exports = web; |