As a user i want my legacy Haste Bin files and url still work.
For it on the frontend the /{id} should be a valid url and call a special api endpoint.
API Endpoint:
/pastes/legacy/{id}
it will return an json object with following attributes:
content: string ( required )
As a user i want my legacy Haste Bin files and url still work.
For it on the frontend the /{id} should be a valid url and call a special api endpoint.
API Endpoint:
/pastes/legacy/{id}
it will return an json object with following attributes:
content: string ( required )