Skip to content

Commit 48e677d

Browse files
committed
Update live_version endpoint path
This goes with the related API cleanup: isaacphysics/isaac-api@39949ba
1 parent 1893fde commit 48e677d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/state/slices/api/segueInfoApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const updatedIsaacApi = isaacApi.injectEndpoints({
77

88
getContentVersion: build.query<string, void>({
99
query: () => ({
10-
url: "/info/content_versions/live_version",
10+
url: "/admin/live_version",
1111
method: "GET",
1212
}),
1313
onQueryStarted: onQueryLifecycleEvents({

0 commit comments

Comments
 (0)