Migrated to the new go-web-dev-kit setup.
This commit is contained in:
parent
8d70b57299
commit
71ee505717
20 changed files with 193 additions and 810 deletions
|
|
@ -3,7 +3,7 @@ package admin
|
|||
import (
|
||||
"reflect"
|
||||
"fmt"
|
||||
"zedshaw.games/webapp/data"
|
||||
"MY/webapp/data"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
sq "github.com/Masterminds/squirrel"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ import (
|
|||
"reflect"
|
||||
"fmt"
|
||||
"github.com/gofiber/fiber/v2"
|
||||
"zedshaw.games/webapp/data"
|
||||
"zedshaw.games/webapp/api"
|
||||
. "zedshaw.games/webapp/common"
|
||||
"MY/webapp/data"
|
||||
"MY/webapp/api"
|
||||
. "MY/webapp/common"
|
||||
)
|
||||
|
||||
func GetApiTableIndex(c *fiber.Ctx) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue