Update README and documentation; refactor frontend components for improved structure and resilience
This commit is contained in:
@@ -23,10 +23,6 @@ public class OpenApiConfig {
|
||||
.title("LabFusion API Gateway")
|
||||
.description("Core API gateway for LabFusion homelab dashboard. Provides authentication, dashboard management, and data storage.")
|
||||
.version("1.0.0")
|
||||
.contact(new Contact()
|
||||
.name("LabFusion Team")
|
||||
.url("https://github.com/labfusion/labfusion")
|
||||
.email("team@labfusion.dev"))
|
||||
.license(new License()
|
||||
.name("MIT License")
|
||||
.url("https://opensource.org/licenses/MIT")))
|
||||
|
||||
Reference in New Issue
Block a user