Skip to content

Commit

Permalink
feat(app): add Anni URL for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Nov 21, 2024
1 parent 6f3bcae commit 9f5dcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/common/constants.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:url_launcher/url_launcher.dart';

Uri anniUrl([String slug = '']) =>
Uri.http('vm-slosarek01.dhclab.i.hpi.de:8000', 'api/v1/$slug');
Uri.http('hpi-annotation-service.duckdns.org', 'api/v1/$slug');

final geneticInformationUrl = Uri.https(
'medlineplus.gov',
Expand Down

0 comments on commit 9f5dcda

Please sign in to comment.