Skip to content

Instantly share code, notes, and snippets.

@corroded
Created March 4, 2018 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corroded/db081131dc8246a51e538c2b8ff73629 to your computer and use it in GitHub Desktop.
Save corroded/db081131dc8246a51e538c2b8ff73629 to your computer and use it in GitHub Desktop.
'use strict'
const config = require('config')
module.exports.myUrl = (uploader, method) => {
return `http://example.com/${uploader}/${method}`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment