module.exports = class PUT extends Route {

  constructor(data, filePath) {
    super(data, filePath)
    this.query = 'PUT'