From f1b270ae2606e4c2e0d0547bcf404941b917a54c Mon Sep 17 00:00:00 2001 From: Artem Poltorzhitskiy Date: Thu, 7 Jul 2022 16:02:00 +0300 Subject: [PATCH] Redirect home search and suggest to search service (#402) --- .env.development | 4 +- src/components/SearchBox.vue | 256 +++++++++++++++++------------------ src/components/Shortcut.vue | 1 + src/main.js | 5 +- 4 files changed, 132 insertions(+), 134 deletions(-) diff --git a/.env.development b/.env.development index c5aba711..30ea9e6a 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ NODE_ENV=development -VUE_APP_API_URI=https://sharm.better-call.dev/v1 -SEARCH_SERVICE_URI=https://search.dipdup.net +VUE_APP_API_URI=https://sharm.better-call.dev/ IPFS_NODE=https://ipfs.io +SEARCH_SERVICE_URI=https://search.dipdup.net \ No newline at end of file diff --git a/src/components/SearchBox.vue b/src/components/SearchBox.vue index 18efb953..e989f5cc 100644 --- a/src/components/SearchBox.vue +++ b/src/components/SearchBox.vue @@ -37,103 +37,73 @@