Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(admin panel): WIP not ready yet #654

Draft
wants to merge 2 commits into
base: staging
Choose a base branch
from
Draft

Conversation

ff6347
Copy link
Collaborator

@ff6347 ff6347 commented Jan 12, 2024

This is a proof of concept admin panel using react-admin. Not ready yet for anything. I just put up the PR to show you the changes needed and have a diff.

Copy link

vercel bot commented Jan 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
giessdenkiez-de ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 12, 2024 4:42pm

options.body = JSON.stringify(req.body);
}
// call the CRUD API
const response = await fetch(url, options);

Check failure

Code scanning / CodeQL

Server-side request forgery Critical

The
URL
of this request depends on a
user-provided value
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant