mirror of
https://github.com/ForFarmTeam/ForFarm.git
synced 2025-12-18 13:34:08 +01:00
feat: remove unnecessary blank line in API route registration
This commit is contained in:
parent
551fc29572
commit
0ded8e67ac
@ -134,7 +134,6 @@ func (a *api) Routes() *chi.Mux {
|
||||
a.registerPlantRoutes(r, api)
|
||||
a.registerKnowledgeHubRoutes(r, api)
|
||||
a.registerOauthRoutes(r, api)
|
||||
|
||||
a.registerInventoryRoutes(r, api)
|
||||
})
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user