Merge pull request #688 from Zankaria/add-dep-injection

Share REST call code and separate components via dependency injection
This commit is contained in:
Lorenzo Yario
2024-03-30 22:15:44 -07:00
committed by GitHub
6 changed files with 392 additions and 103 deletions

View File

@@ -32,7 +32,9 @@
"inc/mod/auth.php",
"inc/lock.php",
"inc/queue.php",
"inc/functions.php"
"inc/functions.php",
"inc/driver/http-driver.php",
"inc/service/captcha-queries.php"
]
},
"license": "Tinyboard + vichan",