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