feature: Adds backend removal support.
This commit is contained in:
parent
0b73b4aa47
commit
3484760f41
4 changed files with 128 additions and 9 deletions
|
@ -192,6 +192,7 @@ func entrypoint(cCtx *cli.Context) error {
|
|||
engine.POST("/api/v1/users/lookup", users.LookupUser)
|
||||
|
||||
engine.POST("/api/v1/backends/create", backends.CreateBackend)
|
||||
engine.POST("/api/v1/backends/remove", backends.RemoveBackend)
|
||||
|
||||
log.Infof("Listening on '%s'", listeningAddress)
|
||||
err = engine.Run(listeningAddress)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue