ash json api
I added ash json api via
mix igniter.install ash_json_api
and updated resource via
Then Added routes to domain.
in my router.ex
Now, when i go to http://localhost:4000/api/json/swaggerui, it shows unauthorized! Why?
I've logged in via /sign-in route already.
mix igniter.install ash_json_api
and updated resource via
mix ash.patch.extend AshTableVue.GoldenDataset.Resources.Question json_apiThen Added routes to domain.
in my router.ex
Now, when i go to http://localhost:4000/api/json/swaggerui, it shows unauthorized! Why?
I've logged in via /sign-in route already.
