switch to a2acloud.io
All checks were successful
build / build (push) Successful in 1m15s

This commit is contained in:
robert
2026-05-09 22:13:27 -03:00
parent 2dcb8a09cd
commit 4ba732f685
8 changed files with 11 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ import os
from dataclasses import dataclass
from pathlib import Path
DEFAULT_API_URL = "http://api.127-0-0-1.nip.io"
DEFAULT_API_URL = "http://api.a2acloud.io"
def _config_dir() -> Path: