fix: return api config in ApplicationView (#1330)

This commit is contained in:
Livio Amstutz
2021-02-23 08:11:09 +01:00
committed by GitHub
parent bcf47a82c6
commit 16a47c6542
2 changed files with 12 additions and 0 deletions

View File

@@ -2857,6 +2857,7 @@ message ApplicationView {
string name = 5;
oneof app_config {
OIDCConfig oidc_config = 8;
APIConfig api_config = 10;
}
uint64 sequence = 9;