Skip to content

Commit

Permalink
fixed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Sail338 committed Jul 25, 2018
1 parent cd1181c commit 8ce0ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garfield/garfield/urls.py
Expand Up @@ -10,6 +10,6 @@
url(r'^sms/', include('sms.urls')),
url(r'^sims/', include('sims.urls')),
url(r'^deterrence/', include('deterrence.urls')),
url(r'^lookup/',include('lookup.urls'))
url(r'^lookup/',include('lookup.urls')),
url(r'^bots/', include('bots.urls')),
]

0 comments on commit 8ce0ce3

Please sign in to comment.