Rename app to Lemma

This commit is contained in:
2024-12-19 23:59:27 +01:00
parent 5598c0861d
commit b6b4c01f0e
70 changed files with 262 additions and 263 deletions

View File

@@ -1,10 +1,10 @@
package app
import (
"novamd/internal/auth"
"novamd/internal/context"
"novamd/internal/handlers"
"novamd/internal/logging"
"lemma/internal/auth"
"lemma/internal/context"
"lemma/internal/handlers"
"lemma/internal/logging"
"time"
"github.com/go-chi/chi/v5"
@@ -15,7 +15,7 @@ import (
httpSwagger "github.com/swaggo/http-swagger"
_ "novamd/docs" // Swagger docs
_ "lemma/docs" // Swagger docs
)
// setupRouter creates and configures the chi router with middleware and routes