Skip to content

Commit

Permalink
overflow fix (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
BLCK-B authored Oct 26, 2024
1 parent fc61b2c commit 9f04730
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/java/com/blck/MusicReleaseTracker/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import org.springframework.stereotype.Component;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;

/** entry point class with startup logic */
@SpringBootApplication
@EnableConfigurationProperties(AppConfig.class)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
#

server.port=57782
app.version=9.1
app.version=9.1.1
1 change: 1 addition & 0 deletions src/main/resources/static/assets/index-B2pjO0sV.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9f04730

Please sign in to comment.