Skip to content

Commit

Permalink
Removed api placeholder, as this wont be introduced at release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Feb 29, 2024
1 parent 7b7d063 commit 45e48cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
2 changes: 0 additions & 2 deletions api/api.go

This file was deleted.

43 changes: 0 additions & 43 deletions api/apiv1/api.go

This file was deleted.

3 changes: 0 additions & 3 deletions handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
"strings"
"time"

"github.com/Defacto2/server/api/apiv1"
"github.com/Defacto2/server/cmd"
"github.com/Defacto2/server/handler/app"
"github.com/Defacto2/server/handler/download"
Expand Down Expand Up @@ -121,8 +120,6 @@ func (c Configuration) Controller() *echo.Echo {
// Routes for the retro web tables
retro := html3.Routes(c.Logger, e)
retro.GET(Downloader, c.downloader)
// Route for the api
_ = apiv1.Routes(c.Logger, e)
return e
}

Expand Down

0 comments on commit 45e48cc

Please sign in to comment.