Programmer-RD-AI commited on
Commit
ae11e81
·
1 Parent(s): 416f4fe

Change Base Url

Browse files
.env.example ADDED
@@ -0,0 +1 @@
 
 
1
+ LINK=
src/components/playground/Sidebar/Sidebar.tsx CHANGED
@@ -168,8 +168,8 @@ const Endpoint = () => {
168
  <p className="text-xs font-medium text-muted">
169
  {isMounted
170
  ? truncateText(selectedEndpoint, 21) ||
171
- ENDPOINT_PLACEHOLDER
172
- : 'http://localhost:7777'}
173
  </p>
174
  <div
175
  className={`size-2 shrink-0 rounded-full ${getStatusColor(isEndpointActive)}`}
 
168
  <p className="text-xs font-medium text-muted">
169
  {isMounted
170
  ? truncateText(selectedEndpoint, 21) ||
171
+ ENDPOINT_PLACEHOLDER
172
+ : process.env.LINK}
173
  </p>
174
  <div
175
  className={`size-2 shrink-0 rounded-full ${getStatusColor(isEndpointActive)}`}