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

@@ -1295,7 +1295,7 @@ const docTemplate = `{
}
},
"500": {
"description": "Failed to write response",
"description": "Failed to delete file",
"schema": {
"$ref": "#/definitions/handlers.ErrorResponse"
}
@@ -1777,8 +1777,8 @@ var SwaggerInfo = &swag.Spec{
Host: "",
BasePath: "/api/v1",
Schemes: []string{},
Title: "NovaMD API",
Description: "This is the API for NovaMD markdown note taking app.",
Title: "Lemma API",
Description: "This is the API for Lemma markdown note taking app.",
InfoInstanceName: "swagger",
SwaggerTemplate: docTemplate,
LeftDelim: "{{",