update Fr 29. Mai 14:01:01 CEST 2020

This commit is contained in:
Robert Richter 2020-05-29 14:01:01 +02:00
parent 1c48c7d1c4
commit fdd752d5f4
3 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,8 @@ module.exports = function (io, sql, app_cfg, waip) {
// Namespace API festlegen
var nsp_api = io.of('/api');
// TODO eventuellen Zirkel-Bezug abfangen
// ###
// Socket.IO Empfangs-API (anderer Server stellt Verbindung her und sendet Daten)
// ###

View File

@ -378,6 +378,12 @@ module.exports = function (app, sql, uuidv4, app_cfg, passport, auth, waip, udp)
});
});
/* ######################## */
/* ##### Schnittstelle #### */
/* ######################## */
//TODO leere Seite fuer /api anfrage
/* ######################## */
/* ##### Fehlerseiten ##### */
/* ######################## */

View File

@ -83,6 +83,7 @@ module.exports = function (fs, bcrypt, app_cfg) {
user_agent TEXT,
reset_timestamp DATETIME)`);
// Rueckmelde-Tabelle erstellen
// TODO: ALIAS-Spalte hinterlegen, abfragen nochmals prüfen ob mit übermittelt, ggf. mit Konfig
db.run(`CREATE TABLE waip_response (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE,
waip_uuid TEXT,