mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 16:40:56 +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