ยฉ 2026 Hedgehog Software, LLC
mix ash.patch.extend AshTableVue.GoldenDataset.Resources.Question json_api
pipeline :api do plug :accepts, ["json"] plug :load_from_bearer plug :set_actor, :user plug AshAuthentication.Strategy.ApiKey.Plug, resource: AshTableVue.Accounts.User end scope "/api/json" do pipe_through [:api] forward "/swaggerui", OpenApiSpex.Plug.SwaggerUI, path: "/api/json/open_api", default_model_expand_depth: 4 forward "/", AshTableVueWeb.AshJsonApiRouter end