Update dev.dart

This commit is contained in:
Tobe Osakwe 2018-12-31 11:15:48 -05:00 committed by GitHub
parent 1f4c46d18a
commit 14b47d6efe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,5 +22,5 @@ main() async {
]);
var server = await hot.startServer('127.0.0.1', 3000);
print('Listening at http://${server.address.address}:${server.port}');
print('{{angel}} server listening at http://${server.address.address}:${server.port}');
}