Skip to content

Commit

Permalink
[backend] fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
isselparra committed Oct 11, 2024
1 parent e3684c1 commit 7776847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbas-api/src/main/java/io/openbas/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@SpringBootApplication
public class App {

public static void main(String[] args) {
public static void main(String[] args) {
SpringApplication.run(App.class, args);
}
}

0 comments on commit 7776847

Please sign in to comment.