First attempt at writing PUT route

This commit is contained in:
Jef Roosens 2022-01-09 10:36:02 +01:00
parent 625018518d
commit 12aff4ff9f
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
3 changed files with 16 additions and 3 deletions

View file

@ -1,6 +1,6 @@
.PHONY: run
run:
API_KEY=test REPO_DIR=data v run vieter
API_KEY=test REPO_DIR=data v watch run vieter
.PHONY: fmt
fmt: