Skip to content

Commit

Permalink
Responce for is_fc_site
Browse files Browse the repository at this point in the history
ToDo: get value from site-config.json
  • Loading branch information
metalmon committed Nov 21, 2024
1 parent 6b00629 commit 2cab44f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ def api(method, data=None):
frappe.throw(_("Failed while calling API {0}", method))

@frappe.whitelist()
def is_fc_site()
def is_fc_site():
return False

0 comments on commit 2cab44f

Please sign in to comment.