Skip to content

Commit

Permalink
production url
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed May 24, 2021
1 parent 0bd3e50 commit d7c8147
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d7c8147

Please sign in to comment.