feat(lst): tan stack routes added with protected routes
This commit is contained in:
@@ -52,8 +52,8 @@ routes.forEach((route) => {
|
||||
// return c.json({success: true, message: "is authenticated"});
|
||||
// });
|
||||
|
||||
app.get("*", serveStatic({root: "./frontend/dist"}));
|
||||
app.get("*", serveStatic({path: "./frontend/dist/index.html"}));
|
||||
app.get("*", serveStatic({root: "../frontend/dist"}));
|
||||
app.get("*", serveStatic({path: "../frontend/dist/index.html"}));
|
||||
|
||||
export default app;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user