Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 0 additions & 156 deletions .github/workflows/migration-test.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ localconfig*
worker/worker
vultisigner
cmd/payroll/server/server
cmd/dca/server/server

tmp/
test/vaults/*
Expand Down
2 changes: 1 addition & 1 deletion api/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (s *Server) StartServer() error {
}

func (s *Server) Ping(c echo.Context) error {
return c.String(http.StatusOK, "Payroll & DCA Plugin server is running")
return c.String(http.StatusOK, "server is running")
}
Comment thread
webpiratt marked this conversation as resolved.

// ReshareVault is a handler to reshare a vault
Expand Down
53 changes: 0 additions & 53 deletions cmd/dca/server/config.go

This file was deleted.

93 changes: 0 additions & 93 deletions cmd/dca/server/main.go

This file was deleted.

49 changes: 0 additions & 49 deletions cmd/dca/worker/config.go

This file was deleted.

Loading