mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-04 17:37:24 +00:00
9 lines
177 B
TypeScript
9 lines
177 B
TypeScript
/**
|
|
* temperature-sensor router
|
|
*/
|
|
|
|
import { factories } from '@strapi/strapi';
|
|
|
|
export default factories.createCoreRouter(
|
|
'api::temperature-sensor.temperature-sensor',
|
|
);
|