test build
Some checks failed
Deploy API / docker (ubuntu-latest, 2.44.0) (push) Failing after 47s

This commit is contained in:
Braydon 2024-09-08 20:52:25 -04:00
parent ca4f393859
commit daa953d66d

@ -29,8 +29,6 @@ public class Tether {
return;
}
log.info("Found configuration at '{}'", config.getAbsolutePath());
// Start the app
SpringApplication.run(Tether.class, args);
SpringApplication.run(Tether.class, args); // Start the app
}
}