Replace the hardcoded "emly_bugreports_dev" database name in SQL queries with the database name from the application configuration.
Move inline route definitions from main.go into a dedicated internal/routes package. This organization introduces support for API versioning (v1) and separates endpoint logic into specialized modules for administration and bug reporting.