Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anhndapec committed Jan 2, 2025
1 parent 4caecaf commit e3a5197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/hrms/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@


urlpatterns = [
re_path('createtask/', views.taskcreate, name='task_create2'),
re_path('task/create', views.taskcreate, name='task_create2'),
]

0 comments on commit e3a5197

Please sign in to comment.