From a353c9e59a604e261bcb722cd5bf445a6ab8006c Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Wed, 16 Oct 2024 19:11:38 +0200 Subject: [PATCH] Add dataproxy as a platform app --- pkg/consts/consts.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/consts/consts.go b/pkg/consts/consts.go index b75b3ae4ac1..22615ffff0d 100644 --- a/pkg/consts/consts.go +++ b/pkg/consts/consts.go @@ -113,4 +113,5 @@ var PlatformApps = []string{ "store", "coachco2", "mespapiers", + "dataproxy", }