@@ -62,7 +62,7 @@ public class BuildDeployPageController {
if (roles.contains("ROLE_FRONTEND")) {
type = AppType.npm.name();
} else {
- type = AppType.maven.name();
+ type = AppType.dotnetCore.name();
}
@@ -49,7 +49,7 @@ public class StatusPageController {
if (type == null) {
if (status == null) {
@@ -59,7 +59,7 @@ public class AppConfigPageController {
if (appName != null) {