feat: added event and event handler

This commit is contained in:
2024-12-30 23:20:10 +01:00
parent 9ef53f4116
commit a4a8b6c3c1
4 changed files with 33 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import dotenv from "dotenv";
import express from "express";
import "reflect-metadata";
import "./eventHandler/ttnMessageReceivedEventHandler";
const cors = require("cors");
import locationRoutes from "./controller/locationController";