Skip to content

Commit

Permalink
overlay support for json set
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed May 10, 2024
1 parent b1958b8 commit 30cec21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -2111,7 +2111,7 @@ error_t handleApiContentJsonBase(HttpConnection *connection, const char_t *uri,
}
char ruid[17];
osStrcpy(ruid, &uri[osStrlen(uri) - 16]);
getContentPathFromCharRUID(ruid, contentPath, client_ctx->settings);
getContentPathFromCharRUID(ruid, contentPath, get_settings_ovl(overlay));

return NO_ERROR;
}
Expand Down

0 comments on commit 30cec21

Please sign in to comment.