ignore testdata subdies

This commit is contained in:
Bel LaPointe
2022-02-09 14:49:40 -07:00
parent e2a0fcf87e
commit bb02ec7ada
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#! /bin/bash
curl localhost:3004/api/v0/files/A -X PUT -d 'A' -H 'Title: A'
curl localhost:3004/api/v0/files/A/AA -X PUT -d 'AA' -H 'Title: AA'
curl localhost:3004/api/v0/files/A/AA/AAA -X PUT -d 'AAA' -H 'Title: AAA'
curl localhost:3004/api/v0/files/A/AB -X PUT -d 'AB' -H 'Title: AB'
curl localhost:3004/api/v0/files/B -X PUT -d 'B' -H 'Title: B'