diff --git a/mise.toml b/mise.toml index 6376db0..a52e4a5 100644 --- a/mise.toml +++ b/mise.toml @@ -1,2 +1,5 @@ [tools] bun = "1.2.2" + +[env] +JWT_SECRET = "JustForDevelopmentPurposesOnlyChangeMeInProduction!" diff --git a/src/pages/history.tsx b/src/pages/history.tsx index 2b5dbf0..df3c150 100644 --- a/src/pages/history.tsx +++ b/src/pages/history.tsx @@ -133,7 +133,7 @@ export const history = new Elysia().use(userService).get(