Skip to content

Commit 82ff7d3

Browse files
committed
Merge pull request tobami#177 from nomeata/submit
Remove @require_GET from getcommitlog
2 parents 3b1c5dc + b732cd6 commit 82ff7d3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

codespeed/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,6 @@ def displaylogs(request):
789789
context_instance=RequestContext(request))
790790

791791

792-
@require_GET
793792
def getcommitlogs(rev, startrev, update=False):
794793
logs = []
795794

0 commit comments

Comments
 (0)