Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
inciner8r committed Mar 31, 2024
1 parent 5769ed5 commit 981c4ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 67 deletions.
2 changes: 2 additions & 0 deletions api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ package api

import (
"github.com/GitSplit-org/backend/api/projects"
"github.com/GitSplit-org/backend/api/user"
"github.com/gin-gonic/gin"
)

func ApplyRoutes(r *gin.Engine) {
api := r.Group("")
{
projects.ApplyRoutes(api)
user.ApplyRoutes(api)
}
}
54 changes: 0 additions & 54 deletions api/github/github.go

This file was deleted.

13 changes: 0 additions & 13 deletions api/github/types.go

This file was deleted.

0 comments on commit 981c4ef

Please sign in to comment.