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

@@ -5,9 +5,9 @@ import (
"encoding/json"
"net/http"
"novamd/internal/context"
"novamd/internal/logging"
"novamd/internal/models"
"lemma/internal/context"
"lemma/internal/logging"
"lemma/internal/models"
)
// DeleteWorkspaceResponse contains the name of the next workspace after deleting the current one