diff --git a/src/app/api.ts b/src/app/api.ts index a64c274..db24c04 100644 --- a/src/app/api.ts +++ b/src/app/api.ts @@ -9,13 +9,3 @@ export const FASTCHECK_API = isDevMode() ? '/proxy/fastcheck' : 'https://api.fastcheck.store'; - -// Legacy QR endpoint kept for the SBP amount → payload redirect flow. -export const QR_API = isDevMode() - ? '/proxy/legacy-qr/qr' - : 'https://qr.vitanova.network:567/qr'; - -// New QR Vitanova API (dynamic QR, settings, polling). -export const QR_VITANOVA_API = isDevMode() - ? '/proxy/qr-vitanova/api' - : 'https://qr.vitanova.network/api'; diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index 8ac1161..65a662e 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -12,11 +12,6 @@ export const routes: Routes = [ : import('./pages/fastcheck-page/fastcheck-page').then((m) => m.FastcheckPage); } }, - { - path: 'new', - loadComponent: () => - import('./pages/create-page/create-page').then((m) => m.CreatePage) - }, { path: 'about', loadComponent: () => diff --git a/src/app/pages/create-page/create-page.html b/src/app/pages/create-page/create-page.html deleted file mode 100644 index f28fc67..0000000 --- a/src/app/pages/create-page/create-page.html +++ /dev/null @@ -1,158 +0,0 @@ -