Skip to content

Commit

Permalink
Merge pull request #649 from akto-api-security/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
shivam-rawat-akto authored Oct 11, 2023
2 parents 7b320df + 86e7a4b commit fd1309d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public static void addLlmSampleData(int accountId) {
}

try {
String mockServiceUrl = "http://sampl-aktol-1exannwybqov-67928726.ap-south-1.elb.amazonaws.com:5000";
String mockServiceUrl = "https://vuln-llm.akto.io";
String data = convertStreamToString(InitializerListener.class.getResourceAsStream("/LlmSampleApiData.json"));
JSONArray dataobject = new JSONArray(data);
for (Object obj: dataobject) {
Expand Down

0 comments on commit fd1309d

Please sign in to comment.