Skip to content
Snippets Groups Projects
Commit 9fff0b65 authored by HongKee Moon's avatar HongKee Moon
Browse files

Fix not to use dev server

parent 0e9a270b
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,10 @@
vm.loading = true
if(vm.isDev) {
host = require('./js/const').devHost;
}
// let url = `http://${host}/condensates?query=${keyword}&species_tax_id=${taxId}&page=${page}`;
let url = `http://${host}/condensates?query=${keyword}&species_tax_id=${taxId}&size=10000`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment