remove obsolete subprojects
(cherry picked from commit e219932b17bf2b9776141828b3212ed210ffa251)
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package office
|
||||
|
||||
import (
|
||||
"gitlab.thpeetz.de/kontor/kontor-go/pkg/auth"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
// GetRoutes returns all routes for office related data.
|
||||
func GetRoutes(router *gin.Engine) {
|
||||
officeRoutes := router.Group("/office")
|
||||
officeRoutes.GET("/", auth.EnsureLoggedIn(), showIndexPage)
|
||||
}
|
||||
Reference in New Issue
Block a user