feat: basic creation and deletion of urls

This commit is contained in:
Elias Renman
2025-03-24 10:16:37 +01:00
parent e789cf5a2c
commit 1f65d20d75
27 changed files with 446 additions and 26 deletions

1
Cargo.lock generated
View File

@@ -2607,6 +2607,7 @@ dependencies = [
"rocket",
"rocket_oauth2",
"serde",
"serde_json",
"uuid",
]