fix: replace tom1687.no-ip.org with 192.168.1.176, add DateTimeEncoder for API datetime serialization

This commit is contained in:
maik
2026-06-29 16:07:54 +00:00
parent b12b3e35f4
commit a13e614371
7 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -348,7 +348,7 @@ export default function PaymentPanel({
<div className="flex items-center justify-between text-xs">
<span className="text-surface-400">Tx</span>
<a
href={`http://tom1687.no-ip.org:3050/tx/${txHash}`}
href={`http://192.168.1.176:3050/tx/${txHash}`}
target="_blank"
rel="noopener noreferrer"
className="flex items-center gap-1 text-brand-400 hover:text-brand-300 font-mono"