template for service rather than hub

Previous template structure had direct handling of auth. This structure is designed to get auth from the hub instead.
This commit is contained in:
Chris Milne 2026-06-05 16:39:14 +01:00
parent ed4a3fe0b8
commit ea9803536a
27 changed files with 223 additions and 117 deletions

View file

@ -1,5 +1,6 @@
"""
Router dependencies for the _____ module
Dependencies related to the <this> module
Exports:
- <dep_name>: <return_type>: <description>
"""