new feature: Error code 507 will return if you want to delete a loan that has not been returned

This commit is contained in:
2026-04-24 18:44:07 +02:00
parent 56e073244f
commit 5442f2f1f3
7 changed files with 40 additions and 4 deletions
-2
View File
@@ -23,8 +23,6 @@ const app = express();
const port = 8004;
const naasURL = process.env.NAAS_URL;
console.log(naasURL);
app.use(cors());
// Body-Parser VOR den Routen registrieren
app.use(express.json({ limit: "10mb" }));