mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-05-06 06:45:56 +02:00
No need for a default value
This commit is contained in:
@@ -33,5 +33,4 @@ $app->get('{repo}/{format}ball/{branch}', function($repo, $format, $branch) use
|
||||
})->assert('format', '(zip|tar)')
|
||||
->assert('repo', '[\w-._]+')
|
||||
->assert('branch', '[\w-._]+')
|
||||
->value('format', 'zip')
|
||||
->bind('archive');
|
||||
|
||||
Reference in New Issue
Block a user