Skip to content

Commit 3f825c7

Browse files
authored
Merge pull request #43 from Resellio/revert-39-fear/cart
Revert "Fear/cart"
2 parents ef9d5ed + 77b42dc commit 3f825c7

11 files changed

Lines changed: 3 additions & 755 deletions

File tree

lib/features/common/data/api_endpoints.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
class ApiEndpoints {
2-
static const String baseUrl = 'http://localhost:5124/api';
2+
static const String baseUrl =
3+
'https://resellio-cfeug9cwgxe4fhcy.northeurope-01.azurewebsites.net/api';
34
static const String customers = 'Customers';
45
static const String organizers = 'Organizers';
56
static const String categories = 'Categories';

lib/features/common/model/Cart/cart_item.dart

Lines changed: 0 additions & 59 deletions
This file was deleted.

lib/features/common/model/Cart/new_cart_ticket.dart

Lines changed: 0 additions & 33 deletions
This file was deleted.

lib/features/common/model/Cart/resell_cart_ticket.dart

Lines changed: 0 additions & 31 deletions
This file was deleted.

lib/features/user/cart/bloc/cart_cubit.dart

Lines changed: 0 additions & 72 deletions
This file was deleted.

lib/features/user/cart/bloc/cart_state.dart

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)