UNPKG

mashovapi-js

Version:
9 lines (6 loc) 204 B
async function getPhoto(userId) { return new Promise(async (resolve, reject) => { resolve("https://web.mashov.info/api/user/"+userId+"/picture") }) } module.exports.getPhoto = getPhoto;