Ember -> Bat

This commit is contained in:
Nick 2024-06-27 19:58:09 -05:00
parent 886755cd40
commit 34d92d7bf8

@ -16,7 +16,7 @@ import java.util.Objects;
@EnableScheduling
@SpringBootApplication
@Log4j2(topic = "Ember")
@Log4j2(topic = "Bat")
public class BatApplication {
public static Gson GSON = new GsonBuilder().create();