diff --git a/api/authentication/folder.bru b/api/authentication/folder.bru deleted file mode 100644 index e859f1f..0000000 --- a/api/authentication/folder.bru +++ /dev/null @@ -1,7 +0,0 @@ -meta { - name: Authentication -} - -auth { - mode: none -} diff --git a/api/authentication/login.bru b/api/authentication/login.bru deleted file mode 100644 index ea9a5b7..0000000 --- a/api/authentication/login.bru +++ /dev/null @@ -1,23 +0,0 @@ -meta { - name: Login - type: http - seq: 1 -} - -post { - url: {{BaseURL}}/auth/login - body: json - auth: inherit -} - -body:json { - { - "username": "helix", - "password": "123456" - } -} - -settings { - encodeUrl: true - timeout: 0 -} diff --git a/api/bruno.json b/api/bruno.json deleted file mode 100644 index d233235..0000000 --- a/api/bruno.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "version": "1", - "name": "Helix API", - "type": "collection", - "ignore": [ - "node_modules", - ".git" - ] -} \ No newline at end of file diff --git a/api/collection.bru b/api/collection.bru deleted file mode 100644 index 732ab0c..0000000 --- a/api/collection.bru +++ /dev/null @@ -1,3 +0,0 @@ -auth { - mode: none -} diff --git a/api/environments/dev.bru b/api/environments/dev.bru deleted file mode 100644 index 3beeb49..0000000 --- a/api/environments/dev.bru +++ /dev/null @@ -1,3 +0,0 @@ -vars { - BaseURL: http://localhost:8080 -}