Ability to add new links

This commit is contained in:
SinTan1729
2023-04-03 17:40:37 -05:00
parent 618fd0e53a
commit 7f6ba5175f
5 changed files with 93 additions and 7 deletions

1
actix/Cargo.lock generated
View File

@@ -971,6 +971,7 @@ version = "0.1.0"
dependencies = [
"actix-files",
"actix-web",
"rand",
"regex",
"rusqlite",
]