pull/20/merge
涛子 2020-10-11 18:51:56 +08:00 committed by GitHub
commit 74a8b15450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ from django.contrib import admin
from boards import views
urlpatterns = [
url(r'^/code>, views.home, name='home'),
url(r'^/code>', views.home, name='home'),
url(r'^admin/', admin.site.urls),
]
```