버전 정보 표기 기능추가, 카테고리, 링크 등 수정
All checks were successful
Build And Test / build-and-push (push) Successful in 4m14s
All checks were successful
Build And Test / build-and-push (push) Successful in 4m14s
This commit is contained in:
@ -10,4 +10,5 @@ urlpatterns = [
|
||||
path('jobs/<int:job_id>/', views.job_detail, name='job_detail'),
|
||||
path('jobs/<int:job_id>/run/', views.run_job, name='run_job'),
|
||||
path('jobs/<int:job_id>/delete/', views.delete_job, name='delete_job'),
|
||||
path('notice/', views.notice), # 사용전 주의 사항 매뉴얼
|
||||
]
|
||||
Reference in New Issue
Block a user