mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 18:15:41 +00:00
openapi.js: explicitly disable LOG_ROUTES
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
process.env.LOG_ROUTES = "false";
|
||||
|
||||
const { Stopwatch } = require("../dist/util/util/Stopwatch");
|
||||
const totalSw = Stopwatch.startNew();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user