mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
tweaks
This commit is contained in:
@@ -5,6 +5,7 @@ var express = require('express'),
|
||||
|
||||
(function(app) {
|
||||
var templates = global.templates;
|
||||
global.app = app;
|
||||
|
||||
app.get('/test', function(req, res) {
|
||||
var body = 'testing';
|
||||
|
||||
Reference in New Issue
Block a user