We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5631084 + ab2f06e commit e8ce3b0Copy full SHA for e8ce3b0
packages/isar/lib/src/isar_connect.dart
@@ -72,7 +72,7 @@ abstract class _IsarConnect {
72
if (path.endsWith('=')) {
73
path = path.substring(0, path.length - 1);
74
}
75
- final url = ' https://inspect.isar.dev/${Isar.version}/#/$port$path ';
+ final url = ' https://isar-community.dev/inspector/${Isar.version}/#/$port$path ';
76
String line(String text, String fill) {
77
final fillCount = url.length - text.length;
78
final left = List.filled(fillCount ~/ 2, fill);
0 commit comments