We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f14aa6 commit 12d6fa8Copy full SHA for 12d6fa8
api/sysConfig.go
@@ -10,8 +10,7 @@ type SysConfig struct {
10
// 是否系统配置 cookie
11
IsSysCK bool `json:"isSysCK"`
12
// 是否已授权
13
- IsAuth bool `json:"isAuth"`
14
- SydneyBaseUrl string `json:"sydneyBaseUrl"`
+ IsAuth bool `json:"isAuth"`
15
}
16
17
func SysConf(w http.ResponseWriter, r *http.Request) {
vercel.json
@@ -9,7 +9,7 @@
9
],
"routes": [
{
- "src": "/sysconf/.*",
+ "src": "/sysconf",
"dest": "/api/sysConfig.go"
},
0 commit comments