Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
api: add call to remove private network
Browse files Browse the repository at this point in the history
  • Loading branch information
potsables committed Nov 17, 2018
1 parent 0074599 commit bcd1ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/api.go
Expand Up @@ -338,6 +338,7 @@ func (api *API) setupRoutes() {
network.POST("/new", api.createHostedIPFSNetworkEntryInDatabase)
network.POST("/stop", api.stopIPFSPrivateNetwork)
network.POST("/start", api.startIPFSPrivateNetwork)
network.DELETE("/remove", api.removeIPFSPrivateNetwork)
}
ipfsRoutes := ipfsPrivate.Group("/ipfs")
{
Expand Down

0 comments on commit bcd1ce5

Please sign in to comment.