diff --git a/code/api/.vscode/launch.json b/code/api/.vscode/launch.json index a5ba887..1280783 100644 --- a/code/api/.vscode/launch.json +++ b/code/api/.vscode/launch.json @@ -18,7 +18,6 @@ "-g postgres://postgres:123@10.8.30.32:5432/iot_auth", "--redisHost 10.8.30.112", "--redisPort 6379", - "--iotVcmpApi http://127.0.0.1:4000", ] }, { diff --git a/code/api/app/lib/controllers/auth/app.js b/code/api/app/lib/controllers/auth/app.js index f946640..d774678 100644 --- a/code/api/app/lib/controllers/auth/app.js +++ b/code/api/app/lib/controllers/auth/app.js @@ -43,7 +43,7 @@ async function apply (ctx) { }; } } - + async function refresh (ctx) { const transaction = await ctx.fs.dc.orm.transaction(); try { diff --git a/code/web/client/index.ejs b/code/web/client/index.ejs index 036164a..46a6482 100644 --- a/code/web/client/index.ejs +++ b/code/web/client/index.ejs @@ -9,7 +9,7 @@ -
+
\ No newline at end of file diff --git a/code/web/client/index.html b/code/web/client/index.html index 2625b5c..6da38f0 100644 --- a/code/web/client/index.html +++ b/code/web/client/index.html @@ -9,12 +9,12 @@ -
+
-