kinda start index page, add email verify and request route, add session updating
This commit is contained in:
parent
b24b1484cb
commit
cc4ebfbdd0
12 changed files with 287 additions and 0 deletions
|
@ -14,6 +14,7 @@ const defaultSettings: Setting[] = [
|
|||
{ key: "date_format", value: "yyyy-MM-dd_HH-mm-ss" },
|
||||
{ key: "random_name_length", value: "8" },
|
||||
{ key: "enable_thumbnails", value: "true" },
|
||||
{ key: "index_page_stats", value: "true" },
|
||||
];
|
||||
|
||||
export async function createTable(reservation?: ReservedSQL): Promise<void> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue