mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-26 05:44:24 +00:00
add linting to server folder
This commit is contained in:
@@ -12,7 +12,7 @@ const fs = require( 'fs' );
|
||||
// const ph = require( './paymentHandler.js' );
|
||||
// const paymentHandler = new ph();
|
||||
|
||||
module.exports = ( app, settings ) => {
|
||||
module.exports = ( app ) => {
|
||||
app.get( '/payments/canceled', ( req, res ) => {
|
||||
res.sendFile( path.join( __dirname + '/../../ui/en/payments/canceled.html' ) );
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user