Skip to content

Commit 4e0ac57

Browse files
fix hub
1 parent 783692d commit 4e0ac57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Bugget/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136

137137
app.UseMiddleware<ResultExceptionHandlerMiddleware>();
138138

139-
app.MapHub<ReportPageHub>("/bugget/public/v1/report-page-hub"); // Подключаем хаб
139+
app.MapHub<ReportPageHub>("/v1/report-page-hub"); // Подключаем хаб
140140

141141
app.Run();
142142

0 commit comments

Comments
 (0)