whitelist fixes
This commit is contained in:
parent
ec2435dcd4
commit
30ce7d0bc0
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ def get(name):
|
|||
"""
|
||||
return Page(name).load()
|
||||
|
||||
@webnotes.whitelist()
|
||||
@webnotes.whitelist(allow_guest=True)
|
||||
def getpage():
|
||||
"""
|
||||
Load the page from `webnotes.form` and send it via `webnotes.response`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue