Skip to content

Commit

Permalink
Change to space 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcrane committed Feb 16, 2024
1 parent 1a516a4 commit cb1f9b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions LeedsExperiment/Dashboard/Controllers/IIIFController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using Dlcs;
using Dlcs.Hydra;
using Fedora.Abstractions;
using IIIF;
using IIIF.ImageApi.V2;
using IIIF.Presentation.V3;
using IIIF.Presentation.V3.Annotation;
Expand Down Expand Up @@ -92,7 +91,7 @@ public async Task<IActionResult> SyncAsync([FromRoute] string path)
imagesToRegister.Add(new Image()
{
ModelId = GetDlcsIdentifier(string2),
Space = 2,
Space = 3,
String1 = path,
String2 = string2,
Number1 = sequenceIndex,
Expand Down
2 changes: 1 addition & 1 deletion LeedsExperiment/Dashboard/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Dlcs": {
"CustomerId": 6,
"CustomerName": "uol-expts",
"CustomerDefaultSpace": 2,
"CustomerDefaultSpace": 3,
"ApiEntryPoint": "https://api.dlcs-trial.digirati.io/",
"BatchSize": 100
}
Expand Down

0 comments on commit cb1f9b3

Please sign in to comment.