Skip to content

Commit

Permalink
new website for FAA LMFS
Browse files Browse the repository at this point in the history
  • Loading branch information
apps4av committed Oct 3, 2024
1 parent a8165fc commit 61662c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/plan/plan_lmfs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ class LmfsPlanList {
}

class LmfsInterface {
static const String _avareLmfsUrl = "https://apps4av.net/new/lmfs.php";
static const String _avareRegisterUrl = "https://apps4av.net/new/register.php";
static const String _avareUnregisterUrl = "https://apps4av.net/new/unregister.php";
static const String _avareLmfsUrl = "https://www.apps4av.org/site/lmfs.php";
static const String _avareRegisterUrl = "https://www.apps4av.org/site/register.php";
static const String _avareUnregisterUrl = "https://www.apps4av.org/site/unregister.php";
late Map<String, String> _params;
late String error;

Expand Down

0 comments on commit 61662c3

Please sign in to comment.