Skip to content

Commit

Permalink
registered enum to set default ui as new ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark2307 committed Nov 27, 2023
1 parent ebe601f commit f8dd4cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/dao/src/main/java/com/akto/DaoInit.java
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ public static CodecRegistry createCodecRegistry(){
new EnumCodec<>(GlobalEnums.YamlTemplateSource.class),
new EnumCodec<>(AktoGptConfigState.class),
new EnumCodec<>(CustomWebhook.WebhookOptions.class),
new EnumCodec<>(User.AktoUIMode.class),
new EnumCodec<>(TrafficMetricsAlert.FilterType.class));

return fromRegistries(MongoClientSettings.getDefaultCodecRegistry(), pojoCodecRegistry,
Expand Down

0 comments on commit f8dd4cc

Please sign in to comment.