shelf
Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
This commit is contained in:
parent
adc2d2e2f9
commit
d122a73c1b
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ import 'v2/admin_packs_api_v2.dart';
|
|||
import 'v2/auth_api_v2.dart';
|
||||
import 'v2/discounts_api_v2.dart';
|
||||
// import 'v2/games_api_v2.dart'; // disabled
|
||||
// import 'v2/packs_api_v2.dart'; // disabled
|
||||
import 'v2/packs_api_v2.dart';
|
||||
// import 'v2/purchases_api_v2.dart'; // disabled
|
||||
import 'v2/promocodes_api_v2.dart';
|
||||
import 'v2/subscriptions_api_v2.dart';
|
||||
|
|
@ -56,7 +56,7 @@ class MnemoShelf {
|
|||
v2Router.mount('/', getIt.get<AdminAnalyticsApiV2>().router);
|
||||
v2Router.mount('/', getIt.get<AdminCardsApiV2>().router);
|
||||
v2Router.mount('/', getIt.get<AdminPacksApiV2>().router);
|
||||
// v2Router.mount('/', getIt.get<PacksApiV2>().router); // disabled
|
||||
v2Router.mount('/', getIt.get<PacksApiV2>().router);
|
||||
v2Router.mount('/', getIt.get<TestsApiV2>().router);
|
||||
// v2Router.mount('/', getIt.get<GamesApiV2>().router); // disabled
|
||||
// v2Router.mount('/', getIt.get<PurchasesApiV2>().router); // disabled
|
||||
|
|
|
|||
Loading…
Reference in a new issue