wip: receiving dashboard, customer records, archive old 2-level paths, various fixes
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