upd
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
||||
# VITE_SERVER_URL=http://localhost:3001
|
||||
VITE_SERVER_URL=http://192.168.1.170:3001
|
||||
VITE_SERVER_URL=http://localhost:3001
|
||||
# VITE_SERVER_URL=http://192.168.1.170:3001
|
||||
# VITE_SERVER_URL=https://crm.stream.graff.tech/api
|
||||
@@ -104,7 +104,7 @@ function Card({
|
||||
|
||||
<div className="flex gap-2">
|
||||
{manager && (
|
||||
<Link to={`http://192.168.1.170:5000/scheduled/${scheduledSessionId}`} target="_blank">
|
||||
<Link to={`http://localhost:5001/scheduled/${scheduledSessionId}`} target="_blank">
|
||||
<Button>Начать</Button>
|
||||
</Link>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user