Skip to content

Commit

Permalink
chore: Pipeline CI fixes for Backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgrdich committed May 3, 2024
1 parent 87ab89f commit 665ce26
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
@SpringBootApplication
public class LlmServiceApplication {

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

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

0 comments on commit 665ce26

Please sign in to comment.