Skip to content

Commit

Permalink
Merge pull request #1152 from Ontotext-AD/GDB-9210-Download-As-JSON-a…
Browse files Browse the repository at this point in the history
…nd-JSONLD-User-interface-fails-to-read-graphdb.external-url

GDB-9210 Download As JSON and JSONLD User interface fails to read graphdb.external-url
  • Loading branch information
MartinaDimova authored Nov 27, 2023
2 parents fc3faaf + 67f4117 commit 8a79ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/angular/rest/rdf4j.repositories.rest.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function RDF4JRepositoriesRestService($http, $repositories, $translate) {
const payloadString = properties.join('&');
return $http({
method: 'POST',
url: `/repositories/${repositoryId}`,
url: `${REPOSITORIES_ENDPOINT}/${repositoryId}`,
headers: {
'Content-Type': 'application/x-www-form-urlencoded;charset=utf-8',
'Accept': acceptHeader
Expand Down

0 comments on commit 8a79ebe

Please sign in to comment.