mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 23:44:22 +00:00
Rename app to Lemma
This commit is contained in:
@@ -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: "{{",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"description": "This is the API for NovaMD markdown note taking app.",
|
||||
"title": "NovaMD API",
|
||||
"description": "This is the API for Lemma markdown note taking app.",
|
||||
"title": "Lemma API",
|
||||
"contact": {},
|
||||
"license": {
|
||||
"name": "Apache 2.0",
|
||||
@@ -1288,7 +1288,7 @@
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "Failed to write response",
|
||||
"description": "Failed to delete file",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/handlers.ErrorResponse"
|
||||
}
|
||||
|
||||
@@ -239,11 +239,11 @@ definitions:
|
||||
type: object
|
||||
info:
|
||||
contact: {}
|
||||
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
|
||||
url: http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
title: NovaMD API
|
||||
title: Lemma API
|
||||
version: "1.0"
|
||||
paths:
|
||||
/admin/stats:
|
||||
@@ -844,7 +844,7 @@ paths:
|
||||
schema:
|
||||
$ref: '#/definitions/handlers.ErrorResponse'
|
||||
"500":
|
||||
description: Failed to write response
|
||||
description: Failed to delete file
|
||||
schema:
|
||||
$ref: '#/definitions/handlers.ErrorResponse'
|
||||
security:
|
||||
|
||||
Reference in New Issue
Block a user