mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-30 01:35:32 +00:00
Personen DB Abfragen + Seiten
This commit is contained in:
@@ -24,14 +24,6 @@ type IndexPage struct {
|
||||
pagemodels.Page
|
||||
}
|
||||
|
||||
func (p *IndexPage) Up(app core.App) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *IndexPage) Down(app core.App) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *IndexPage) Setup(router *router.Router[*core.RequestEvent], app core.App, engine *templating.Engine) error {
|
||||
router.GET("/{$}", func(e *core.RequestEvent) error {
|
||||
var builder strings.Builder
|
||||
|
||||
Reference in New Issue
Block a user