Commit e3a2665a by 王昆

gsb

parent d817186a
...@@ -312,6 +312,9 @@ module.exports = function (app) { ...@@ -312,6 +312,9 @@ module.exports = function (app) {
app.get('/paynotify', function (req, res) { app.get('/paynotify', function (req, res) {
res.render("paynotify", {}); res.render("paynotify", {});
}); });
app.get('/bpoent', function (req, res) {
res.render("bpoent", {});
});
app.get('/', function (req, res) { app.get('/', function (req, res) {
res.render("main", {}); res.render("main", {});
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment