mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 11:55:42 +00:00
last mile
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
export const HealthCheck = () => {
|
||||||
|
const url = import.meta.env.VITE_API_URL?? "undefined";
|
||||||
|
const url3 = import.meta.env.VITE_API_URL4?? "undefined";
|
||||||
|
return <div>
|
||||||
|
<h2>{url}-----------{url3}</h2>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user