Add document scanner
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-07-08 23:19:28 +02:00
parent 52bbcf708f
commit a4b630c66e
7 changed files with 78 additions and 17 deletions

View File

@ -13,5 +13,8 @@ const manualAuthPage = "/login/manual";
/// Settings path
const settingsPage = "/settings";
// Profile path
/// Scan URL path
const scanPage = "/scan";
/// Profile path
const profilePage = "/profile";