Commit c6069d99 authored by Deokhyun Lee's avatar Deokhyun Lee

url pattern for contact has been created

parent 19fab8ce
Pipeline #2633 canceled with stages
......@@ -2,6 +2,7 @@ from django.urls import path
from . import views
# url for contact
urlpatterns = [
path('', views.index, name='index'),
]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment