This commit is contained in:
otsmr 2025-05-12 16:32:16 +02:00
parent 41dd5679e2
commit b5550cecd9
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
import 'dart:convert';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'package:logging/logging.dart';
@ -21,7 +22,7 @@ class _FAQPageState extends State<FAQPage> {
@override
void initState() {
super.initState();
domain = "http://10.99.0.140:8000";
domain = (kDebugMode) ? "http://10.99.0.140:8000" : "https://twonly.eu";
_fetchFAQData();
}

View file

@ -4,7 +4,7 @@ description: "twonly, a privacy-friendly way to connect with friends through sec
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 0.0.27+27
version: 0.0.28+28
environment:
sdk: ^3.6.0