Small update to frontend and associated code.

This commit is contained in:
James Cole
2022-06-05 20:02:43 +02:00
parent 6b2619c5cc
commit 9c08b9f1d3
102 changed files with 974 additions and 519 deletions

View File

@@ -52,7 +52,7 @@ class RouteServiceProvider extends ServiceProvider
public function boot(): void
{
$this->routes(function () {
Route::prefix('api/v1')
Route::prefix('api')
->middleware('api')
->namespace($this->namespace)
->group(base_path('routes/api.php'));