feat: 영상관리 라우트 수정
This commit is contained in:
@@ -8,8 +8,18 @@ export default [
|
||||
]),
|
||||
layout('./routes/layout.tsx', [
|
||||
...prefix('imagery', [
|
||||
index('./routes/imagery/page.tsx'),
|
||||
route(':imageryId', './routes/imagery/[id]/page.tsx'),
|
||||
...prefix('aerial', [
|
||||
index('./routes/imagery/aerial/page.tsx'),
|
||||
route(':aerialId', './routes/imagery/aerial/[id]/page.tsx'),
|
||||
]),
|
||||
...prefix('satellite', [
|
||||
index('./routes/imagery/satellite/page.tsx'),
|
||||
route(':satelliteId', './routes/imagery/satellite/[id]/page.tsx'),
|
||||
]),
|
||||
...prefix('drone', [
|
||||
index('./routes/imagery/drone/page.tsx'),
|
||||
route(':droneId', './routes/imagery/drone/[id]/page.tsx'),
|
||||
]),
|
||||
]),
|
||||
...prefix('inference', [
|
||||
index('./routes/inference/page.tsx'),
|
||||
|
||||
Reference in New Issue
Block a user