diff --git a/conf/app.conf b/conf/app.conf index 4ca1c6e..cd081a9 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -10,6 +10,5 @@ landingFolder = casbase-landing casdoorEndpoint = http://localhost:8000 clientId = af6b5aa958822fb9dc33 clientSecret = 8bc3010c1c951c8d876b1f311a901ff8deeb93bc -jwtSecret = CasdoorSecret casdoorOrganization = "casbin" casdoorApplication = "app-casbase" \ No newline at end of file diff --git a/controllers/default.go b/controllers/default.go deleted file mode 100644 index 4a769aa..0000000 --- a/controllers/default.go +++ /dev/null @@ -1,6 +0,0 @@ -package controllers - -func (c *ApiController) GetPosts() { - c.Data["json"] = "OK" - c.ServeJSON() -}