[fix]
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import AddUserToTeam
|
||||
from .views import AddUserToTeam, CreateVacancy
|
||||
|
||||
urlpatterns = [
|
||||
path(
|
||||
@@ -8,4 +8,9 @@ urlpatterns = [
|
||||
AddUserToTeam.as_view(),
|
||||
name="add_user_to_team",
|
||||
),
|
||||
path(
|
||||
"create_vacancy/",
|
||||
CreateVacancy.as_view(),
|
||||
name="create_vacancy",
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user