Begin to do some updates
This commit is contained in:
parent
0462b39784
commit
dd01f82fac
7 changed files with 21 additions and 10 deletions
4
lib/dart/bugvault.dart
Normal file
4
lib/dart/bugvault.dart
Normal file
|
@ -0,0 +1,4 @@
|
|||
class ServerCommunicatorConstants {
|
||||
static const String host = "localhost";
|
||||
static const int port = 7400;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue