Browse Source

remove useless code

HEAD
Yang Luo 3 years ago
parent
commit
c2410c6b72
2 changed files with 0 additions and 7 deletions
  1. +0
    -1
      conf/app.conf
  2. +0
    -6
      controllers/default.go

+ 0
- 1
conf/app.conf View File

@@ -10,6 +10,5 @@ landingFolder = casbase-landing
casdoorEndpoint = http://localhost:8000
clientId = af6b5aa958822fb9dc33
clientSecret = 8bc3010c1c951c8d876b1f311a901ff8deeb93bc
jwtSecret = CasdoorSecret
casdoorOrganization = "casbin"
casdoorApplication = "app-casbase"

+ 0
- 6
controllers/default.go View File

@@ -1,6 +0,0 @@
package controllers

func (c *ApiController) GetPosts() {
c.Data["json"] = "OK"
c.ServeJSON()
}

Loading…
Cancel
Save