Commit 132c1c41 authored by Deokhyun Lee's avatar Deokhyun Lee

url pattern for about has been created.

parent 59681228
Pipeline #2623 canceled with stages
from django.urls import path
from . import views
# url for about
urlpatterns = [
path('', views.index, name='index')
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