add process with node API key added

This commit is contained in:
Blomios
2026-01-18 22:22:00 +01:00
parent b69c69e11a
commit e8e2a4a01e
17 changed files with 390 additions and 156 deletions

View File

@ -119,6 +119,7 @@ func main() {
protected.DELETE("/deleteService", nodeHandler.HandleDeleteService)
protected.POST("/createApiKey", nodeHandler.CreateApiKeyHandler)
protected.POST("/addProcess", nodeHandler.HandleAddService)
protected.GET("/retrieveNodeList", nodeHandler.HandleRetrieveNodeList)
protected.GET("/retrieveApiKeys", nodeHandler.HandleRetrieveApiKeys)