Added delete endpoint

This commit is contained in:
Tom Moor
2018-05-13 00:28:31 -07:00
parent 9000aa3aac
commit 22bc5a7373
7 changed files with 60 additions and 4 deletions

View File

@@ -9,8 +9,11 @@ build:
test:
docker-compose run --rm outline yarn test
watch:
docker-compose run --rm outline yarn test:watch
destroy:
docker-compose stop
docker-compose rm -f
.PHONY: up build destroy # let's go to reserve rules names
.PHONY: up build destroy test watch # let's go to reserve rules names