mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 07:54:22 +00:00
Rename app to Lemma
This commit is contained in:
@@ -4,13 +4,13 @@ package main
|
||||
import (
|
||||
"log"
|
||||
|
||||
"novamd/internal/app"
|
||||
"novamd/internal/logging"
|
||||
"lemma/internal/app"
|
||||
"lemma/internal/logging"
|
||||
)
|
||||
|
||||
// @title NovaMD API
|
||||
// @title Lemma API
|
||||
// @version 1.0
|
||||
// @description This is the API for NovaMD markdown note taking app.
|
||||
// @description This is the API for Lemma markdown note taking app.
|
||||
// @license.name Apache 2.0
|
||||
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
// @BasePath /api/v1
|
||||
|
||||
Reference in New Issue
Block a user