We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71822b6 commit 7c830f6Copy full SHA for 7c830f6
src/client/services/server-api/index.js
@@ -31,7 +31,7 @@ const ServerAPI = {
31
geneQuery(query){
32
query.genes=_.concat(['padding'],query.genes.split(' '));
33
return fetch('/api/validation', {
34
- method:'POST',
+ method:'POST',
35
headers: {
36
'Accept': 'application/json',
37
'Content-Type': 'application/x-www-form-urlencoded'
0 commit comments