From 231af73f96a2041f87f617a732129ea3f727177a Mon Sep 17 00:00:00 2001 From: Clement Date: Fri, 3 May 2024 11:00:01 +0200 Subject: [PATCH] add express test --- bruno/OpenData datatourisme/express test.bru | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bruno/OpenData datatourisme/express test.bru diff --git a/bruno/OpenData datatourisme/express test.bru b/bruno/OpenData datatourisme/express test.bru new file mode 100644 index 0000000..c514a9c --- /dev/null +++ b/bruno/OpenData datatourisme/express test.bru @@ -0,0 +1,11 @@ +meta { + name: express test + type: http + seq: 3 +} + +get { + url: http://localhost:3000 + body: none + auth: none +}