1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 13:49:42 +02:00

refactored routing/web serving logic

This commit is contained in:
Harvey Kandola 2017-07-21 18:14:19 +01:00
parent 76d77bef9b
commit d888962082
16 changed files with 410 additions and 382 deletions

View file

@ -17,8 +17,7 @@ package embed
import (
"net/http"
"github.com/documize/community/core/web"
"github.com/documize/community/server/web"
assetfs "github.com/elazarl/go-bindata-assetfs"
)