mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
alova 3
This commit is contained in:
@@ -4356,7 +4356,7 @@ router
|
||||
)
|
||||
.get(EMSESP_DEVICEENTITIES_ENDPOINT2, ({ params }) => (params.id ? deviceEntities(Number(params.id)) : status(404)))
|
||||
|
||||
// Customization
|
||||
// Customizations
|
||||
.post(EMSESP_CUSTOMIZATION_ENTITIES_ENDPOINT, async (request: any) => {
|
||||
const content = await request.json();
|
||||
const id = content.id;
|
||||
|
||||
Reference in New Issue
Block a user