diff options
Diffstat (limited to 'pkg/api/api0/server.go')
-rw-r--r-- | pkg/api/api0/server.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/api/api0/server.go b/pkg/api/api0/server.go index 06f4957..982b203 100644 --- a/pkg/api/api0/server.go +++ b/pkg/api/api0/server.go @@ -16,11 +16,6 @@ import ( "github.com/rs/zerolog/hlog" ) -/* - /server/remove_server: - DELETE: -*/ - func (h *Handler) handleServerUpsert(w http.ResponseWriter, r *http.Request) { // note: if the API is confusing, see: // - https://github.com/R2Northstar/NorthstarLauncher/commit/753dda6231bbb2adf585bbc916c0b220e816fcdc |