Skip to content

Commit 991b106

Browse files
authored
allow my work around to actually work (around)
1 parent ad38416 commit 991b106

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/project-fetcher-hoc.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ const ProjectFetcherHOC = function (WrappedComponent) {
242242
assetHost:
243243
"https://asset-cdn.penguinmod.com/file/penguinmod-warm-tier-s2-cf",
244244
projectHost:
245-
"https://projects.penguinmod.com/api/v1/projects/getProject?requestType=protobuf&safe=true&projectID",
245+
"https://projects.penguinmod.com/api/v1/projects/getprojectwrapper?safe=true&assets=false&projectId=",
246246
};
247247

248248
const mapStateToProps = (state) => ({

0 commit comments

Comments
 (0)