Skip to content

Commit

Permalink
Update agent.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jul 14, 2024
1 parent 5c58285 commit 8493525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/src/app/modules/agent.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class Agent {
}

const response = await this.httpService.axiosRef({
url: 'http://localhost:8000/discovery/search',
url: `${process.env.API_URL}/discovery/search`,
method: 'POST',
data: payload,
});
Expand Down

0 comments on commit 8493525

Please sign in to comment.