5 lines
92 B
Python
5 lines
92 B
Python
from . import common
|
|
|
|
@common.route('/privacy/')
|
|
def _privacy():
|
|
return 'Privacy Policy' |