12 lines
123 B
Python
12 lines
123 B
Python
import logging
|
|
|
|
from endpoints.v2 import v2_bp
|
|
|
|
|
|
logging.getLogger(__name__)
|
|
|
|
|
|
@v2_bp.route()
|
|
|
|
@process_auth
|
|
@anon_protect
|