mirror of
https://github.com/Wessel/wumpfetch.git
synced 2026-07-04 13:41:59 +02:00
3 lines
163 B
JavaScript
3 lines
163 B
JavaScript
const path = require( 'path' );
|
|
|
|
module.exports = ( url, method ) => { return new( require( path.join( __dirname, 'model', 'WumpRequest.js' ) ) )( url, method ); } |