🚧 Redirect cRUD

This commit is contained in:
Fred KISSIE
2026-09-10 00:31:39 +02:00
parent ae7315244f
commit 05d1d4d143
8 changed files with 853 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
export * from "./createRedirect";
export * from "./listRedirects";
export * from "./getRedirect";
export * from "./updateRedirect";
export * from "./deleteRedirect";