We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e56d1c commit 25bf032Copy full SHA for 25bf032
ydb/core/viewer/viewer.cpp
@@ -82,6 +82,24 @@ class TViewer : public TActorBootstrapped<TViewer>, public IViewer {
82
.ActorId = ctx.SelfID,
83
.UseAuth = false,
84
});
85
+ mon->RegisterActorPage({
86
+ .RelPath = "viewer/json/capabilities", // temporary handling of old paths
87
+ .ActorSystem = ctx.ActorSystem(),
88
+ .ActorId = ctx.SelfID,
89
+ .UseAuth = false,
90
+ });
91
92
+ .RelPath = "viewer/whoami",
93
94
95
96
97
98
+ .RelPath = "viewer/json/whoami", // temporary handling of old paths
99
100
101
102
103
mon->RegisterActorPage({
104
.Title = "Viewer",
105
.RelPath = "viewer/v2",
0 commit comments