Initial commit: fixtures, hooks, doctype events, API, and JS
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import frappe
|
||||
|
||||
@frappe.whitelist()
|
||||
def install_ssh():
|
||||
"""Placeholder for SSH install functionality."""
|
||||
return {"success": True, "message": "SSH install endpoint ready"}
|
||||
Reference in New Issue
Block a user