mirror of
https://github.com/antos-rde/antos-backend.git
synced 2025-04-05 08:26:48 +02:00
fix: correct keychain path
All checks were successful
gitea-sync/antos-backend/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos-backend/pipeline/head This commit looks good
This commit is contained in:
parent
68ba457a74
commit
f4c7342fc3
@ -1,5 +1,5 @@
|
|||||||
require("silk.core.sqlite")
|
require("silk.core.sqlite")
|
||||||
local TUNNEL_KEYCHAIN = __api__.tmpdir.."/channels/antunnel_keychain"
|
local TUNNEL_KEYCHAIN = __api__.tmpdir.."/antunnel_keychain"
|
||||||
function fail(msg)
|
function fail(msg)
|
||||||
std.custom_header("Connection", "close")
|
std.custom_header("Connection", "close")
|
||||||
std.json()
|
std.json()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user