feat: Add user registration via Web UI

This commit is contained in:
Jesse Wierzbinski 2023-12-08 18:45:36 -10:00
parent 1c295b4d8d
commit d79e718e15
No known key found for this signature in database
12 changed files with 215 additions and 11 deletions

View file

@ -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;