Skip to content

Commit

Permalink
Redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
krharum committed Oct 14, 2024
1 parent fcee739 commit a43cfd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ public class LevendeArbeidsforholdAnsettelseApplication {
public static void main(String[] args) {
SpringApplication.run(LevendeArbeidsforholdAnsettelseApplication.class, args);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ public class LevendeArbeidsforholdSchedulerApplication {
public static void main(String[] args) {
SpringApplication.run(LevendeArbeidsforholdSchedulerApplication.class, args);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ public class LevendeArbeidsforholdServiceApplicationStarter {
public static void main(String[] args) {
SpringApplication.run(LevendeArbeidsforholdServiceApplicationStarter.class, args);
}
}
}

0 comments on commit a43cfd2

Please sign in to comment.