Skip to content

Commit

Permalink
fix: 路由拼写错误 #286
Browse files Browse the repository at this point in the history
  • Loading branch information
boxshadow committed Apr 19, 2018
1 parent 2bc84d2 commit 19e3774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
$route->group(['prefix' => 'cdn'], function (RouteRegisterContract $route) {

// Get cdn selected
$route->get('/seleced', 'CdnController@getCdnSelected');
$route->get('/selected', 'CdnController@getCdnSelected');

// Local.
$route->get('/filesystem/disk', 'CdnController@getFilesystemDisk');
Expand Down

0 comments on commit 19e3774

Please sign in to comment.