parent
d193a68f52
commit
0e1176b44c
@ -1,10 +0,0 @@ |
|||||||
package admin |
|
||||||
|
|
||||||
import ( |
|
||||||
"github.com/gofiber/fiber/v2" |
|
||||||
"MY/webapp/admin/table" |
|
||||||
) |
|
||||||
|
|
||||||
func Setup(app *fiber.App) { |
|
||||||
admin_table.Setup(app) |
|
||||||
} |
|
||||||
@ -1,4 +1,4 @@ |
|||||||
package admin_table |
package features_admin |
||||||
|
|
||||||
import ( |
import ( |
||||||
"maps" |
"maps" |
||||||
@ -1,4 +1,4 @@ |
|||||||
package admin_table |
package features_admin |
||||||
|
|
||||||
import ( |
import ( |
||||||
"reflect" |
"reflect" |
||||||
@ -1,4 +1,4 @@ |
|||||||
package admin_table |
package features_admin |
||||||
|
|
||||||
import ( |
import ( |
||||||
"github.com/gofiber/fiber/v2" |
"github.com/gofiber/fiber/v2" |
||||||
@ -1,4 +1,4 @@ |
|||||||
package tests |
package tests_admin |
||||||
|
|
||||||
import ( |
import ( |
||||||
"testing" |
"testing" |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
<h1>Admin</h1> |
||||||
|
|
||||||
|
<p>You have to be logged in:</p> |
||||||
|
|
||||||
|
<ol> |
||||||
|
<li><a href="/admin/table/">Admin the Database</a></li> |
||||||
|
<li>Your Admin Here</li> |
||||||
|
</ol> |
||||||
Loading…
Reference in new issue