Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
backend - Skill - OpenSmartRoute
Skillv1.0.0
backend
Backend の変更では、DDD の層分離(Controller / Service / Repository / Model)を維持してください。 ユースケース実装は Service 層に寄せ、Repository 層にビジネスロジックを混在させないでください。 エラー処理は `errors.Is/As` を意識し、曖昧な握りつぶしを避けてください。