My personal website. https://comfycamp.space
Find a file
Ivan Reshetnikov 559d6a7d9e
Add image API
- Add is_admin field to User model.
- Add functions to get and validate current user.
- Improve error handling.
- Add routes to upload, view and delete images.
2024-11-05 19:46:41 +05:00
src Add image API 2024-11-05 19:46:41 +05:00
.dockerignore Initial commit 2024-10-26 19:11:54 +05:00
.editorconfig Initial commit 2024-10-26 19:11:54 +05:00
.gitignore Add users 2024-11-01 15:21:55 +05:00
Cargo.lock Add image API 2024-11-05 19:46:41 +05:00
Cargo.toml Add image API 2024-11-05 19:46:41 +05:00
config.default.toml Add users 2024-11-01 15:21:55 +05:00
docker-compose.yml Add users 2024-11-01 15:21:55 +05:00
Dockerfile Add required packages to the docker image 2024-11-01 15:56:01 +05:00