mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(api): ✨ Implement /v1/instance/rules and /v1/instance/extended_description
This commit is contained in:
parent
5b0d2014ff
commit
96a2fbf178
11 changed files with 140 additions and 6 deletions
|
|
@ -315,6 +315,9 @@ export interface Config {
|
|||
/** @default "A test instance of Lysand" */
|
||||
description: string;
|
||||
|
||||
/** @default "" */
|
||||
extended_description_path: string;
|
||||
|
||||
/** @default "" */
|
||||
logo: string;
|
||||
|
||||
|
|
@ -589,6 +592,7 @@ export const defaultConfig: Config = {
|
|||
instance: {
|
||||
name: "Lysand",
|
||||
description: "A test instance of Lysand",
|
||||
extended_description_path: "",
|
||||
logo: "",
|
||||
banner: "",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue