Skip to content

Commit 981c4ef

Browse files
committed
cleanup
1 parent 5769ed5 commit 981c4ef

File tree

3 files changed

+2
-67
lines changed

3 files changed

+2
-67
lines changed

api/api.go

+2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ package api
22

33
import (
44
"github.com/GitSplit-org/backend/api/projects"
5+
"github.com/GitSplit-org/backend/api/user"
56
"github.com/gin-gonic/gin"
67
)
78

89
func ApplyRoutes(r *gin.Engine) {
910
api := r.Group("")
1011
{
1112
projects.ApplyRoutes(api)
13+
user.ApplyRoutes(api)
1214
}
1315
}

api/github/github.go

-54
This file was deleted.

api/github/types.go

-13
This file was deleted.

0 commit comments

Comments
 (0)