Sup (#294)
* trivial readme touch Co-authored-by: Cursor <cursoragent@cursor.com> * log resolved API_URL at debug level Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
committed by
pullfrog[bot]
parent
dc611c9f78
commit
097d7ee0e0
@@ -1,4 +1,4 @@
|
|||||||
<!-- test preview system -->
|
<!-- test preview system --> <!-- trivial touch -->
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<h1 align="center">
|
<h1 align="center">
|
||||||
<picture>
|
<picture>
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ export function getApiUrl(): string {
|
|||||||
const url = process.env.API_URL || "https://pullfrog.com";
|
const url = process.env.API_URL || "https://pullfrog.com";
|
||||||
log.debug(`resolved API_URL: ${url}`);
|
log.debug(`resolved API_URL: ${url}`);
|
||||||
return url;
|
return url;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user