basic explanation

This commit is contained in:
hzrd149
2024-02-20 19:06:38 +00:00
commit 64eb1a81e8
3 changed files with 76 additions and 0 deletions

11
Server.md Normal file
View File

@@ -0,0 +1,11 @@
# Blossom Server Implementation
## Endpoints
### GET /<sha256> - Get Blob
### GET /list
### PUT /upload
### DELETE /<sha256>