Functionsยง
- Add a route for each controller in this module.
- DELETE
/api/v0/main-frontend/playground_examples
- Deletes a playground example if exists. - GET
/api/v0/main-frontend/playground_examples
- Returns all playground examples that are not deleted. - POST
/api/v0/main-frontend/playground_examples
- Saves a playground example. - PUT
/api/v0/main-frontend/playground_examples
- Updates existing playground example.