Skip to content

Commit 066dcea

Browse files
committed
Remove routes
1 parent 2460fac commit 066dcea

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

routes/web.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/FlowforgeServiceProvider.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ public function configurePackage(Package $package): void
5252
if (file_exists($package->basePath('/../resources/views'))) {
5353
$package->hasViews(static::$viewNamespace);
5454
}
55-
56-
// Register routes
57-
$package->hasRoutes(['web']);
5855
}
5956

6057
public function packageRegistered(): void {}
@@ -162,9 +159,6 @@ protected function getScriptData(): array
162159
return [
163160
'flowforge' => [
164161
'baseUrl' => url('/'),
165-
'routes' => [
166-
'updateStatus' => config('app.url') . '/flowforge/kanban/update-status',
167-
],
168162
],
169163
];
170164
}

0 commit comments

Comments
 (0)