mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 08:35:43 +00:00
feat: change shit to things (#369)
This commit is contained in:
parent
0f8db862b4
commit
5dd6844536
7 changed files with 7 additions and 7 deletions
|
@ -103,7 +103,7 @@ func (ctrl *V1Controller) HandleBase(ready ReadyFunc, build Build) errchain.Hand
|
||||||
return server.JSON(w, http.StatusOK, ApiSummary{
|
return server.JSON(w, http.StatusOK, ApiSummary{
|
||||||
Healthy: ready(),
|
Healthy: ready(),
|
||||||
Title: "Homebox",
|
Title: "Homebox",
|
||||||
Message: "Track, Manage, and Organize your shit",
|
Message: "Track, Manage, and Organize your Things",
|
||||||
Build: build,
|
Build: build,
|
||||||
Demo: ctrl.isDemo,
|
Demo: ctrl.isDemo,
|
||||||
AllowRegistration: ctrl.allowRegistration,
|
AllowRegistration: ctrl.allowRegistration,
|
||||||
|
|
|
@ -37,7 +37,7 @@ var (
|
||||||
|
|
||||||
// @title Homebox API
|
// @title Homebox API
|
||||||
// @version 1.0
|
// @version 1.0
|
||||||
// @description Track, Manage, and Organize your Shit.
|
// @description Track, Manage, and Organize your Things.
|
||||||
// @contact.name Don't
|
// @contact.name Don't
|
||||||
// @license.name MIT
|
// @license.name MIT
|
||||||
// @BasePath /api
|
// @BasePath /api
|
||||||
|
|
|
@ -2822,7 +2822,7 @@ var SwaggerInfo = &swag.Spec{
|
||||||
BasePath: "/api",
|
BasePath: "/api",
|
||||||
Schemes: []string{},
|
Schemes: []string{},
|
||||||
Title: "Homebox API",
|
Title: "Homebox API",
|
||||||
Description: "Track, Manage, and Organize your Shit.",
|
Description: "Track, Manage, and Organize your Things.",
|
||||||
InfoInstanceName: "swagger",
|
InfoInstanceName: "swagger",
|
||||||
SwaggerTemplate: docTemplate,
|
SwaggerTemplate: docTemplate,
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"swagger": "2.0",
|
"swagger": "2.0",
|
||||||
"info": {
|
"info": {
|
||||||
"description": "Track, Manage, and Organize your Shit.",
|
"description": "Track, Manage, and Organize your Things.",
|
||||||
"title": "Homebox API",
|
"title": "Homebox API",
|
||||||
"contact": {
|
"contact": {
|
||||||
"name": "Don't"
|
"name": "Don't"
|
||||||
|
|
|
@ -701,7 +701,7 @@ definitions:
|
||||||
info:
|
info:
|
||||||
contact:
|
contact:
|
||||||
name: Don't
|
name: Don't
|
||||||
description: Track, Manage, and Organize your Shit.
|
description: Track, Manage, and Organize your Things.
|
||||||
license:
|
license:
|
||||||
name: MIT
|
name: MIT
|
||||||
title: Homebox API
|
title: Homebox API
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"swagger": "2.0",
|
"swagger": "2.0",
|
||||||
"info": {
|
"info": {
|
||||||
"description": "Track, Manage, and Organize your Shit.",
|
"description": "Track, Manage, and Organize your Things.",
|
||||||
"title": "Homebox API",
|
"title": "Homebox API",
|
||||||
"contact": {
|
"contact": {
|
||||||
"name": "Don't"
|
"name": "Don't"
|
||||||
|
|
|
@ -133,7 +133,7 @@
|
||||||
<AppLogo class="w-12 -mb-4" />
|
<AppLogo class="w-12 -mb-4" />
|
||||||
x
|
x
|
||||||
</h2>
|
</h2>
|
||||||
<p class="ml-1 text-lg text-base-content/50">Track, Organize, and Manage your Shit.</p>
|
<p class="ml-1 text-lg text-base-content/50">Track, Organize, and Manage your Things.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex mt-6 sm:mt-0 gap-4 ml-auto text-neutral-content">
|
<div class="flex mt-6 sm:mt-0 gap-4 ml-auto text-neutral-content">
|
||||||
<a class="tooltip" data-tip="Project Github" href="https://github.com/hay-kot/homebox" target="_blank">
|
<a class="tooltip" data-tip="Project Github" href="https://github.com/hay-kot/homebox" target="_blank">
|
||||||
|
|
Loading…
Reference in a new issue