This commit is contained in:
kodjomoustapha 2024-01-24 16:08:18 +01:00
parent 06645cad35
commit b88e782c06

View file

@ -10,7 +10,7 @@ import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'torrent_server.g.dart';
class MTorrentServer {
final _baseUrl = "http://127.0.0.1:3535";
final _baseUrl = "http://127.0.0.1:8090";
Future<bool> removeTorrent(String? inforHash) async {
if (inforHash == null || inforHash.isEmpty) return false;