aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/helpers/httpHelper.js
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2020-05-25 23:05:04 -0700
committerjackyzha0 <[email protected]>2020-05-25 23:05:04 -0700
commit0568ee72bd05ed16cf5250a444d936821c42b524 (patch)
treef9f1b1fcc58a9b5658579cf68e3025f15719abf3 /frontend/src/helpers/httpHelper.js
parentadd icon, fix title, add content to meta (diff)
downloadctrl-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.js1
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)
}