Skip to content

Commit

Permalink
Update authority data seeOther route to current Strapi (RPB-233)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Dec 30, 2024
1 parent 3849672 commit 223f0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/nwbib/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ public static Promise<Result> showStars(String format, String ids) {
}

public static Promise<Result> showSw(String rpbId) {
String strapiUrl = "https://rpb-cms.lobid.org/admin/content-manager/collectionType/"
String strapiUrl = "https://rpb-cms.lobid.org/admin/content-manager/collection-types/"
+ "api::rpb-authority.rpb-authority?filters[$and][0][rpbId][$eq]=";
return Promise.pure(seeOther(strapiUrl + rpbId));
}
Expand Down

0 comments on commit 223f0c2

Please sign in to comment.