|
|
@ -5,12 +5,12 @@ import (
|
|
|
|
"log"
|
|
|
|
"log"
|
|
|
|
"net/http"
|
|
|
|
"net/http"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"git.phc.dm.unipi.it/phc/website/articles"
|
|
|
|
|
|
|
|
"git.phc.dm.unipi.it/phc/website/config"
|
|
|
|
|
|
|
|
"git.phc.dm.unipi.it/phc/website/templates"
|
|
|
|
|
|
|
|
"git.phc.dm.unipi.it/phc/website/util"
|
|
|
|
"github.com/go-chi/chi/v5"
|
|
|
|
"github.com/go-chi/chi/v5"
|
|
|
|
"github.com/go-chi/chi/v5/middleware"
|
|
|
|
"github.com/go-chi/chi/v5/middleware"
|
|
|
|
"github.com/phc-dm/phc-server/articles"
|
|
|
|
|
|
|
|
"github.com/phc-dm/phc-server/config"
|
|
|
|
|
|
|
|
"github.com/phc-dm/phc-server/templates"
|
|
|
|
|
|
|
|
"github.com/phc-dm/phc-server/util"
|
|
|
|
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
func main() {
|
|
|
|
func main() {
|
|
|
|