Skip to content

Commit

Permalink
app: Added cache path to /system/status procedure result
Browse files Browse the repository at this point in the history
  • Loading branch information
cederberg committed Dec 6, 2024
1 parent 280eb7c commit a67124e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/java/org/rapidcontext/app/proc/StatusProcedure.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public static Dict getStatusData() {
if (res == null) {
return null;
}
res.set("cache", ctx.cachePath());
res.set("guid", ctx.getConfig().get("guid"));
res.set("environment", getEnvironmentData(ctx.getEnvironment()));
// TODO: Allow multiple security realms (depending on web site)
Expand Down

0 comments on commit a67124e

Please sign in to comment.