reorg repo

This commit is contained in:
Bel LaPointe
2022-02-16 12:01:11 -07:00
parent 8cd9a5d472
commit 9739a73265
45 changed files with 12 additions and 13 deletions

6
.spike/request/get_id.sh Normal file
View File

@@ -0,0 +1,6 @@
#! /bin/bash
curl -i -sS localhost:3000/api/notes/$ID
curl -sS localhost:3000/api/notes/$ID \
| jq '{id:.id, content:.content, title:.title}'