mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat: Add user registration via Web UI
This commit is contained in:
parent
1c295b4d8d
commit
d79e718e15
12 changed files with 215 additions and 11 deletions
|
|
@ -3,6 +3,7 @@ import type { APIStats } from "./stats";
|
|||
import type { APIURLs } from "./urls";
|
||||
|
||||
export interface APIInstance {
|
||||
tos_url: string | undefined;
|
||||
uri: string;
|
||||
title: string;
|
||||
description: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue