This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
(chore): Fix regex statement
Typo on the static regex statement
pull/87/head^2
Rehema
8 years ago
parent
e8e308224a
commit
1016a4d0d6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
hc/urls.py
+ 1
- 1
hc/urls.py
View File
@ -12,5 +12,5 @@ urlpatterns = [
]
urlpatterns
+
=
[
url
(
r
'
^static/?P<path>.*)$
'
,
views
.
serve
)
,
url
(
r
'
^static/
(
?P<path>.*)$
'
,
views
.
serve
)
,
]
Write
Preview
Loading…
Cancel
Save