We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2460fac commit 066dceaCopy full SHA for 066dcea
routes/web.php
src/FlowforgeServiceProvider.php
@@ -52,9 +52,6 @@ public function configurePackage(Package $package): void
52
if (file_exists($package->basePath('/../resources/views'))) {
53
$package->hasViews(static::$viewNamespace);
54
}
55
-
56
- // Register routes
57
- $package->hasRoutes(['web']);
58
59
60
public function packageRegistered(): void {}
@@ -162,9 +159,6 @@ protected function getScriptData(): array
162
159
return [
163
160
'flowforge' => [
164
161
'baseUrl' => url('/'),
165
- 'routes' => [
166
- 'updateStatus' => config('app.url') . '/flowforge/kanban/update-status',
167
- ],
168
],
169
];
170
0 commit comments