Skip to content

Commit

Permalink
add updated url
Browse files Browse the repository at this point in the history
  • Loading branch information
Kemosabert committed Dec 6, 2023
1 parent 47bc26d commit 820c5ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.getScanStatus = exports.startScan = void 0;
const httpClient = __importStar(__nccwpck_require__(6255));
const AIKIDO_API_URL = 'https://app.aikido.dev';
const AIKIDO_API_URL = 'https://d00ce8d7f209.ngrok.app';
const startScan = async (secret, payload) => {
var _a, _b;
const requestClient = new httpClient.HttpClient('ci-github-actions');
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 820c5ac

Please sign in to comment.