Skip to content

Commit

Permalink
add user templates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Nov 20, 2024
1 parent 534217d commit 7a4452e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const start = async () => {

const router = AdminJSExpress.buildRouter(admin);

app.use(admin.options.rootPath, router);
app.use(admin.options.rootPath, adminRouter);

app.listen(PORT, () => {
console.log(
Expand Down
Binary file not shown.
Binary file added client/src/public/forms/Cost input template.xlsx
Binary file not shown.

0 comments on commit 7a4452e

Please sign in to comment.