mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
c0386b6c69
We don't want our components littered with fetch calls, as it makes it difficult to test. Instead we move our http api code into the ActivityPubAPI, giving us a central place for adding authentication and tests in the future. We also make sure that the components use a react query wrapped call - so that we can take advantage of the query invalidation. |
||
---|---|---|
.. | ||
public/styles | ||
src | ||
test | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
index.html | ||
package.json | ||
playwright.config.mjs | ||
postcss.config.cjs | ||
tailwind.config.cjs | ||
tsconfig.json | ||
vite.config.mjs |