mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
Tweaked app subscription logic
This commit is contained in:
parent
c0e1bd5045
commit
77ab56dbf8
2 changed files with 6 additions and 1 deletions
|
@ -169,7 +169,7 @@ func (m *middleware) Authorize(w http.ResponseWriter, r *http.Request, next http
|
|||
}
|
||||
}
|
||||
|
||||
// Tag all HTTP calls with subscription statu
|
||||
// Tag all HTTP calls with subscription status
|
||||
subs := "false"
|
||||
if m.Runtime.Product.IsValid(rc) {
|
||||
subs = "true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue