Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
/ js-client Public archive

Commit

Permalink
Merge pull request #347 from gravwell/fix/extractor
Browse files Browse the repository at this point in the history
fix(#343): Replace the `templatePath` to `/api/autoextractors/test`
  • Loading branch information
LucasPaganini authored Jun 21, 2022
2 parents e99e3db + b4b6a4b commit 59d3f89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
} from '../utils';

export const makeIsValidAutoExtractorSyntax = (context: APIContext) => {
const templatePath = '/api/autoextractors';
const templatePath = '/api/autoextractors/test';
const url = buildURL(templatePath, { ...context, protocol: 'http' });

return async (data: CreatableAutoExtractor): Promise<IsValidAutoExtractorSyntaxResponse> => {
Expand Down

0 comments on commit 59d3f89

Please sign in to comment.