Skip to content

Commit

Permalink
rename web routes to api
Browse files Browse the repository at this point in the history
  • Loading branch information
austintoddj committed Mar 8, 2023
1 parent 07df137 commit a6d2137
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/CanvasServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private function configureRoutes()
->prefix(config('canvas.path'))
->group(function () {
$this->loadRoutesFrom(dirname(__DIR__).'/routes/auth.php');
$this->loadRoutesFrom(dirname(__DIR__).'/routes/web.php');
$this->loadRoutesFrom(dirname(__DIR__).'/routes/api.php');
});
}

Expand Down

0 comments on commit a6d2137

Please sign in to comment.