MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / ping

Function ping

byod/api/app/__init__.py:37–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36 @app.route("/ping")
37 def ping():
38 return 'pong'
39
40 app.register_blueprint(setup_bp)
41 app.register_blueprint(sql_explanation_bp)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected