Get host IP Address
()
| 89 | methods=['POST'], endpoint='clear_cloud_session') |
| 90 | @pga_login_required |
| 91 | def clear_session(): |
| 92 | """Get host IP Address""" |
| 93 | clear_cloud_session() |
| 94 | return make_json_response(success=1) |
| 95 | |
| 96 | |
| 97 | @blueprint.route('/get_host_ip/', |
nothing calls this directly
no test coverage detected