mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-01-12 22:27:09 +08:00
fixbug in rpvhost
This commit is contained in:
@@ -24,4 +24,5 @@ exports.registerHook 'view.pay.display_payment_details',
|
||||
order_id: deposit_log.payload.order_id
|
||||
|
||||
app.get '/', renderAccount, (req, res) ->
|
||||
res.render path.join(__dirname, './view/index')
|
||||
exports.render 'index', req, {}, (html) ->
|
||||
res.send html
|
||||
|
||||
Reference in New Issue
Block a user