Skip to content

Commit

Permalink
wroclaw.skica.dev url
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed May 23, 2021
1 parent 7dfd79b commit b119627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/helpers/http_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'package:provider/provider.dart';
import '../main.dart';
import '../providers/paths.dart';

const API_MASTER_URL = "https://wroclaw-przystepnie.herokuapp.com/v0";
const API_MASTER_URL = "https://wroclaw.skica.dev/v0";

class HttpHelper {
static Future<List<Map<String, dynamic>>> fetchPlaces(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A new Flutter application.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.7.0+6
version: 0.7.1+7

environment:
sdk: ">=2.6.0 <3.0.0"
Expand Down

0 comments on commit b119627

Please sign in to comment.