Api for storing images
action | path | method |
---|---|---|
Homepage | / |
ANY |
Auth | /auth |
ANY |
Save | /image/ |
POST |
Get | /image/:fileName |
GET |
Delete | /image/:fileName |
DELETE |
List all | /list/ |
GET |
All routes have optional parameter ?namespace=...
which will be used as sub directory in your storage path.
symfony server:start
bin/build-deb-app