change: everything
This commit is contained in:
parent
1e09c02cb9
commit
a49c5d8bcc
15 changed files with 1107 additions and 229 deletions
|
|
@ -4,5 +4,6 @@ export default [
|
|||
index("routes/home.tsx"),
|
||||
route("login", "routes/login.tsx"),
|
||||
route("create", "routes/create.tsx"),
|
||||
route("view", "routes/view.tsx")
|
||||
route("view", "routes/view.tsx"),
|
||||
route("api/posts/:postId", "routes/api.posts.$postId.ts")
|
||||
] satisfies RouteConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue