Update docs and defaults for tenerife.baby domain.
CI / test (push) Successful in 3s

This replaces old momswap.produktor.duckdns.org references with tenerife.baby and refreshes the TypeScript integration guide to reflect the current asset upload, sharing, and relative-link flow.

Made-with: Cursor
This commit is contained in:
2026-03-02 21:31:21 +00:00
parent e00280b653
commit efe5907adc
5 changed files with 81 additions and 53 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export class GeoApiClient {
private accessToken: string | null = null;
/**
* @param baseUrl - API base URL (e.g. https://momswap.produktor.duckdns.org)
* @param baseUrl - API base URL (e.g. https://tenerife.baby)
* @param storage - Storage adapter (localStorage-like: getItem, setItem, removeItem)
* @param storageKey - Key for persisting keypair (default from DEFAULT_KEYS_STORAGE_KEY)
*/