Created
May 16, 2017 21:31
-
-
Save orels1/c32df44b55cf4397dd4dc6bfd71d1ebd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const express = require('express'); | |
const fetch = require('node-fetch'); | |
const btoa = require('btoa'); | |
const { catchAsync } = require('../utils'); |
require("../utils")? that doesn't work
it doesnt work
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
require("../utils")? that doesn't work