remove obsolete kontor.py
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package tradingcards
|
||||
|
||||
import (
|
||||
"gitlab.thpeetz.de/kontor/kontor-go/pkg/util"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func showIndexPage(c *gin.Context) {
|
||||
util.Render(c, gin.H{"title": "Trading Cards", "payload": nil}, "tradingcards/index.html")
|
||||
}
|
||||
Reference in New Issue
Block a user