Skip to content

Commit

Permalink
🚚 rename the icon name
Browse files Browse the repository at this point in the history
求求你了把这个图标名字改了吧2333看着难受
  • Loading branch information
idealclover committed Sep 27, 2018
1 parent c5e0d02 commit 8cc1183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions midware/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ def index(request):
return HttpResponse("index")

def favicon(request):
image_data = open('5ba7145ad390f.32px.ico', 'rb').read()
return HttpResponse(image_data, content_type="image/png")
image_data = open('favicon.32px.ico', 'rb').read()
return HttpResponse(image_data, content_type="image/png")

0 comments on commit 8cc1183

Please sign in to comment.