Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ChEMBL
C
ChEMBL
Main Web Interface
GLaDOS Frontend - Vue
Commits
64176189
Commit
64176189
authored
May 12, 2022
by
David Mendez
Browse files
Merge branch 'staging' into 'master'
Unichem connectivity: fix Rest Service Call as curl See merge request
!27
parents
a9cd7dda
93a8cc56
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
components/report_cards/compound/sections/unichem_connectivity/ShowRestServiceCall.vue
...und/sections/unichem_connectivity/ShowRestServiceCall.vue
+1
-1
No files found.
components/report_cards/compound/sections/unichem_connectivity/ShowRestServiceCall.vue
View file @
64176189
...
...
@@ -46,7 +46,7 @@ export default {
computed
:
{
curlCommand
()
{
const
command
=
`curl --request POST \\
--url '
${
process
.
env
.
UNICHEM_API_BASE_URL
}
/connectivity' \\
--url '
${
process
.
env
.
unichemAPIBaseUrl
}
/connectivity' \\
--header 'Content-Type: application/json' \\
--data '{
"type": "inchikey",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment