Update demo site URL.

This commit is contained in:
Gucheng Wang
2022-02-13 20:47:34 +08:00
parent 3aab6c8687
commit 9024010081
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ func getUploadFileUrl(provider *Provider, fullFilePath string, hasTimestamp bool
host = fmt.Sprintf("https://%s", host)
}
} else {
// provider.Domain = "http://localhost:8000" or "https://door.casbin.com"
// provider.Domain = "http://localhost:8000" or "https://door.casdoor.com"
host = util.UrlJoin(provider.Domain, "/files")
}