Skip to content

chore: migrate http framework#13

Merged
lucasnevespereira merged 6 commits intomainfrom
chore/migrate-router
Aug 1, 2025
Merged

chore: migrate http framework#13
lucasnevespereira merged 6 commits intomainfrom
chore/migrate-router

Conversation

@lucasnevespereira
Copy link
Copy Markdown
Collaborator

📝 Description

Migrate from gin framework to echo
Mostly because it is more minimalist and has better static file handling

r.Use(middleware.StaticWithConfig(middleware.StaticConfig{
	Filesystem: ui.BuildHTTPFS(),
	HTML5:      true,
}))

🗃️ Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactoring

📋 Checklist

  • Code follows project conventions
  • Tested locally
  • Documentation updated (if needed)
  • Maintains minimal philosophy

Additional notes

Regressions must be tested (auth, etc.)

@lucasnevespereira lucasnevespereira marked this pull request as ready for review August 1, 2025 21:09
@lucasnevespereira lucasnevespereira merged commit 734645e into main Aug 1, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant