ci: add PR quality and coverage gates
This commit is contained in:
@@ -2,7 +2,6 @@ from django.urls import path
|
||||
|
||||
from .consumers import MatchConsumer
|
||||
|
||||
|
||||
websocket_urlpatterns = [
|
||||
path("ws/v1/contest/matches/<uuid:match_id>/", MatchConsumer.as_asgi()),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user