Skip to content

Commit 3b75bf1

Browse files
committed
Revert port change in ide HTTP request file
1 parent 492a026 commit 3b75bf1

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

  • crates/bins/src/bin/datadog_static_analyzer_server/ide

crates/bins/src/bin/datadog_static_analyzer_server/ide/requests.http

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
@host = http://localhost:7777
2-
1+
@host = http://localhost:49159
32
@configuration = c2NoZW1hLXZlcnNpb246IHYxCnJ1bGVzZXRzOgotIGphdmEtMQotIGphdmEtc2VjdXJpdHk=
43
# schema-version: v1
54
# rulesets:
@@ -12,6 +11,7 @@
1211
# - java-1
1312
# - java-security
1413

14+
1515
### version
1616
GET {{host}}/version HTTP/1.1
1717

@@ -142,7 +142,6 @@ Content-Type: application/json
142142
"encoded": false
143143
}
144144

145-
146145
### parse-config legacy
147146
POST {{host}}/ide/v2/config/parse HTTP/1.1
148147
Content-Type: application/json
@@ -158,6 +157,3 @@ Content-Type: application/json
158157
{
159158
"configuration": "schema-version: v1.0\nsast:\n ruleset-configs:\n java-1:\n only-paths:\n - domains/project1"
160159
}
161-
162-
163-

0 commit comments

Comments
 (0)