feat: add user posts

This commit is contained in:
rogeecn
2025-03-22 20:01:45 +08:00
parent 1d66f95397
commit ea6db56fb3
3 changed files with 122 additions and 1 deletions

View File

@@ -45,7 +45,9 @@ func Command() atom.Option {
defaultProviders().
With(
jobs.Provide,
appHttp.Provide,
).
WithProviders(
appHttp.Providers(),
),
),
)