Skip to content

Commit

Permalink
Fix line indent
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Jun 8, 2021
1 parent e2918fc commit 3841564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-integration-oc10/appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[
'routes' => [
['name' => 'Index#index', 'url' => '/', 'verb' => 'GET'],
['name' => 'Config#getConfig', 'url' => '/config.json', 'verb' => 'GET'],
['name' => 'Config#getConfig', 'url' => '/config.json', 'verb' => 'GET'],
[
'name' => 'Files#getFile',
'url' => '/{path}',
Expand Down

0 comments on commit 3841564

Please sign in to comment.