Skip to content

Commit

Permalink
Undo intentional break
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Dec 20, 2024
1 parent 16494b7 commit 1ca76ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k6/foundations/16.grpc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Client, StatusOK } from 'k6/net/grpc';
import { check, sleep } from 'k6';

const BASE_URL = __ENV.BASE_GRPC_URL || 'http://localhost:3334';
const BASE_URL = __ENV.BASE_GRPC_URL || 'localhost:3334';

const client = new Client();
client.load(['definitions'], '../../../proto/quickpizza.proto');
Expand Down

0 comments on commit 1ca76ef

Please sign in to comment.