This commit is contained in:
bronku 2026-01-09 03:08:40 +01:00
parent 66884c64bb
commit 4b8230c1ff
18 changed files with 29 additions and 23 deletions

View file

@ -7,7 +7,7 @@ import (
"strings"
"time"
"github.com/Bronku/iroon/models"
"github.com/Bronku/cake-order-tracker/models"
)
func monthInterval(y int, m time.Month) (firstDay, lastDay time.Time) {

View file

@ -7,7 +7,7 @@ import (
"strings"
"time"
"github.com/Bronku/iroon/models"
"github.com/Bronku/cake-order-tracker/models"
)
func (h *Server) postCake(r *http.Request) (any, int, error) {

View file

@ -5,7 +5,7 @@ import (
"html/template"
"net/http"
"github.com/Bronku/iroon/store"
"github.com/Bronku/cake-order-tracker/store"
)
type Server struct {

View file

@ -6,7 +6,7 @@ import (
"log"
"net/http"
"github.com/Bronku/iroon/logging"
"github.com/Bronku/cake-order-tracker/logging"
)
//go:embed templates/*