Commit ca468f0
authored
Fix main response to return build flavor (elastic#97857)
Build flavor was added back in elastic#97770, but the main endpoint response
is still hardcoded to "default". This commit updates the response to
return the flavor from the build info.1 parent 57e3f0f commit ca468f0
File tree
1 file changed
+1
-1
lines changed- modules/rest-root/src/main/java/org/elasticsearch/rest/root
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments