feat: Completed with Starter MainLifts
This commit is contained in:
parent
311d764a4d
commit
2609446e9a
15 changed files with 642 additions and 491 deletions
|
|
@ -2,7 +2,8 @@ import 'package:flutter/material.dart';
|
|||
|
||||
class AppConstants {
|
||||
// API Configuration
|
||||
static const String apiBaseUrl = 'http://10.0.2.2:8090'; // Android emulator
|
||||
// static const String apiBaseUrl = 'http://10.0.2.2:8090'; // Android emulator
|
||||
static const String apiBaseUrl = 'https://slift.patanix.de';
|
||||
static const String apiVersion = 'v1';
|
||||
|
||||
// Wendler 5/3/1 Constants
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue