Skip to content

Commit

Permalink
[UPDATE] Inserito IP relativo alla VPS per il prossimo deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzeccagarbugli committed Jan 29, 2020
1 parent 2fb4cd3 commit 4e34e3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Frontend/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:intl/date_symbol_data_local.dart';

const String ip = "192.168.43.169";
const String ip = "46.101.201.248";
// IP VPS: 46.101.201.248

void main() {
initializeDateFormatting().then((_) => runApp(AnAvis()));
Expand Down

0 comments on commit 4e34e3e

Please sign in to comment.