docs: Projektstruktur der Dokumentation an Quellcode angepasst
- Verzeichnisstruktur unter /docs spiegelt nun die tatsächliche Projektstruktur wider - frontend/server-Trennung entfernt zugunsten von /docs/pages, /docs/redux, /docs/utils etc. - Erhöht Wiederauffindbarkeit, Übersichtlichkeit und Entwicklerfreundlichkeit
This commit is contained in:
@@ -3,7 +3,7 @@ import { createProxyMiddleware } from "http-proxy-middleware";
|
||||
|
||||
const mode = process.env.NEXT_PUBLIC_API_PORT_MODE;
|
||||
|
||||
const target = mode === "dev" ? "http://localhost:80" : "http://localhost"; // oder z. B. http://10.10.0.13
|
||||
const target = mode === "dev" ? "http://localhost:80" : "http://localhost";
|
||||
|
||||
export default createProxyMiddleware({
|
||||
target,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// pages/api/talas_v5_DB/priorityConfig.js
|
||||
// /pages/api/talas_v5_DB/priorityConfig.js
|
||||
// in tals5 http://10.10.0.13/talas5/Management/PriorityConfig.aspx beinhaltet die Tabelle prio die Prioritäten der Meldungen (Level 1-4) oder (0-4) je nachdem DB-Design
|
||||
// das ist die API, die die Prioritäten zurückgibt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user