feat: create pastes directory; separate routes

This commit is contained in:
Jef Roosens 2022-11-21 15:45:31 +01:00
parent f1ec643f80
commit a22a2e5cfa
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 18 additions and 5 deletions

View file

@ -31,7 +31,7 @@ prod: cmake-release
.PHONY: run
run: build
@ LANDER_BASE_URL=http://localhost:18080/ LANDER_API_KEY=test ./build/Debug/lander
@ LANDER_DATA_DIR=data LANDER_BASE_URL=http://localhost:18080/ LANDER_API_KEY=test ./build/Debug/lander
.PHONY: clean
clean: