update Fr 29. Mai 14:01:01 CEST 2020
This commit is contained in:
parent
1c48c7d1c4
commit
fdd752d5f4
@ -6,6 +6,8 @@ module.exports = function (io, sql, app_cfg, waip) {
|
|||||||
// Namespace API festlegen
|
// Namespace API festlegen
|
||||||
var nsp_api = io.of('/api');
|
var nsp_api = io.of('/api');
|
||||||
|
|
||||||
|
// TODO eventuellen Zirkel-Bezug abfangen
|
||||||
|
|
||||||
// ###
|
// ###
|
||||||
// Socket.IO Empfangs-API (anderer Server stellt Verbindung her und sendet Daten)
|
// Socket.IO Empfangs-API (anderer Server stellt Verbindung her und sendet Daten)
|
||||||
// ###
|
// ###
|
||||||
|
|||||||
@ -378,6 +378,12 @@ module.exports = function (app, sql, uuidv4, app_cfg, passport, auth, waip, udp)
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/* ######################## */
|
||||||
|
/* ##### Schnittstelle #### */
|
||||||
|
/* ######################## */
|
||||||
|
|
||||||
|
//TODO leere Seite fuer /api anfrage
|
||||||
|
|
||||||
/* ######################## */
|
/* ######################## */
|
||||||
/* ##### Fehlerseiten ##### */
|
/* ##### Fehlerseiten ##### */
|
||||||
/* ######################## */
|
/* ######################## */
|
||||||
|
|||||||
@ -83,6 +83,7 @@ module.exports = function (fs, bcrypt, app_cfg) {
|
|||||||
user_agent TEXT,
|
user_agent TEXT,
|
||||||
reset_timestamp DATETIME)`);
|
reset_timestamp DATETIME)`);
|
||||||
// Rueckmelde-Tabelle erstellen
|
// Rueckmelde-Tabelle erstellen
|
||||||
|
// TODO: ALIAS-Spalte hinterlegen, abfragen nochmals prüfen ob mit übermittelt, ggf. mit Konfig
|
||||||
db.run(`CREATE TABLE waip_response (
|
db.run(`CREATE TABLE waip_response (
|
||||||
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE,
|
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE,
|
||||||
waip_uuid TEXT,
|
waip_uuid TEXT,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user