Skip to content

Commit

Permalink
Add dependency to fix reloading issue on production (#24)
Browse files Browse the repository at this point in the history
Frontend routing requests will be served "correctly" by returning the
default starting page.
  • Loading branch information
jonashonecker authored Jun 20, 2024
1 parent 0ccbdaf commit 07998c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand All @@ -52,6 +51,11 @@
<version>4.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.neuefische.java</groupId>
<artifactId>spring-boot-starter-fallback-page</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 07998c9

Please sign in to comment.