Skip to content

Commit

Permalink
Bygg og deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
krharum committed Feb 7, 2024
1 parent 252614b commit c4d919e
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 @@ -10,4 +10,4 @@ public static void main(String[] args) {

SpringApplication.run(DollyBackendApplicationStarter.class, args);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ public class InntektsmeldingGeneratorApplicationStarter {
public static void main(String[] args) {
SpringApplication.run(InntektsmeldingGeneratorApplicationStarter.class, args);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ public class InntektsmeldingApplicationStarter {
public static void main(String[] args) {
SpringApplication.run(InntektsmeldingApplicationStarter.class, args);
}
}
}

0 comments on commit c4d919e

Please sign in to comment.