This commit is contained in:
2023-10-29 23:38:55 +05:00
parent 9c97dbc620
commit b4d67981ec
3 changed files with 4 additions and 18 deletions
+1 -1
View File
@@ -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>
)}