mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 04:52:26 +00:00
Compare commits
2 Commits
c61bc841e6
...
22ff90ca56
| Author | SHA1 | Date | |
|---|---|---|---|
| 22ff90ca56 | |||
| 98d2443679 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,7 +3,8 @@ bin/
|
||||
cert/
|
||||
tmp/
|
||||
.meta/
|
||||
db/
|
||||
|
||||
.vscode
|
||||
Taskfile.yml
|
||||
|
||||
config.yaml
|
||||
@@ -1,4 +1,4 @@
|
||||
function validate()
|
||||
local function validate()
|
||||
if not In.Params.msg or In.Params.msg == "" then
|
||||
Out.Error = {
|
||||
message = "there must be a msg parameter"
|
||||
|
||||
BIN
db/users.db
BIN
db/users.db
Binary file not shown.
@@ -97,8 +97,6 @@ func (h *HandlerV1) HandleLUA(path string, req *rpc.RPCRequest) *rpc.RPCResponse
|
||||
return 0
|
||||
}))
|
||||
|
||||
registerDatabaseType(L)
|
||||
|
||||
L.SetGlobal("Log", logTable)
|
||||
|
||||
prep := filepath.Join(h.x.Config.Conf.ComDir, "_prepare.lua")
|
||||
|
||||
Reference in New Issue
Block a user