More work on calc config
This commit is contained in:
@@ -114,7 +114,10 @@ export const app = new Elysia()
|
||||
return { sessionId: token.sessionId.toString() };
|
||||
})
|
||||
.post("/config", () => { })
|
||||
.get("/config", () => { })
|
||||
.get("/config", async () => {
|
||||
const config = await calculatorService.getConfig();
|
||||
return config;
|
||||
})
|
||||
)
|
||||
|
||||
// COMMERCE
|
||||
|
||||
Reference in New Issue
Block a user