diff options
| author | jackyzha0 <[email protected]> | 2020-05-25 23:05:04 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-25 23:05:04 -0700 |
| commit | 0568ee72bd05ed16cf5250a444d936821c42b524 (patch) | |
| tree | f9f1b1fcc58a9b5658579cf68e3025f15719abf3 /frontend/src/helpers/httpHelper.js | |
| parent | add icon, fix title, add content to meta (diff) | |
| download | ctrl-v-0568ee72bd05ed16cf5250a444d936821c42b524.tar.xz ctrl-v-0568ee72bd05ed16cf5250a444d936821c42b524.zip | |
various fixes
Diffstat (limited to 'frontend/src/helpers/httpHelper.js')
| -rw-r--r-- | frontend/src/helpers/httpHelper.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/helpers/httpHelper.js b/frontend/src/helpers/httpHelper.js index 0c7c295..ca77ed7 100644 --- a/frontend/src/helpers/httpHelper.js +++ b/frontend/src/helpers/httpHelper.js @@ -6,7 +6,6 @@ const base = `https://api.ctrl-v.app/api` export function FetchPaste(hash) { const serverURL = `${base}/${hash}` - console.log(serverURL) return axios.get(serverURL) } |