feature(core):save

This commit is contained in:
2025-10-29 10:13:34 +03:00
parent e791f08eef
commit 6d04c0ada0
12 changed files with 351 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ part of '../env.dart';
///
class DevEnv extends Env {
@override
Uri get url => Uri.parse('https://api.remever.dizoft-studio.ru');
Uri get url => Uri.parse('https://remever.neojik.tech');
@override
String get mode => 'dev';