There was an error while loading. Please reload this page.
1 parent 434d9d5 commit b968a7fCopy full SHA for b968a7f
1 file changed
src/Console/Commands/OpenApiCommand.php
@@ -198,7 +198,7 @@ private function openapiRoutes(string $module): string
198
199
$route->get("spec", function (): Quantum\Http\Response {
200
$fs = Quantum\Storage\Factories\FileSystemFactory::get();
201
- return response()->json($fs->getJson(modules_dir() . "' . DS . $module . DS . 'resources' . DS . 'openapi' . DS . 'spec.json"));
+ return response()->json($fs->getJson(modules_dir() . DS . "' . $module . '" . DS . "resources" . DS . "openapi" . DS . "spec.json"));
202
});
203
});' . PHP_EOL;
204
}
0 commit comments