ui get form new and edit mode
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// @APIVersion 1.0.0
|
||||
// @Title beego Test API
|
||||
// @Description beego has a very cool tools to autogenerate documents for your API
|
||||
// @Contact astaxie@gmail.com
|
||||
// @TermsOfServiceUrl http://beego.me/
|
||||
// @Title SqlDB WS API
|
||||
// @Description Generic database access API
|
||||
// @Contact yves.cerezal@irt-saintexupery.com
|
||||
// @TermsOfServiceUrl https://www.irt-saintexupery.com/
|
||||
// @License Apache 2.0
|
||||
// @LicenseUrl http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
package routers
|
||||
@@ -42,6 +42,11 @@ func init() {
|
||||
&controllers.LoginController{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/ui",
|
||||
beego.NSInclude(
|
||||
&controllers.UiController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
beego.AddNamespace(ns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user