Skip to content

Commit

Permalink
SHIBUI-2552: Fixed File Backed HTTP Provider schema path
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis authored and credman committed Mar 31, 2023
1 parent 13685d9 commit ae903b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const FileBackedHttpMetadataProviderWizard = {

export const FileBackedHttpMetadataProviderEditor = {
...FileBackedHttpMetadataProviderWizard,
schema: 'assets/schema/provider/filebacked-http.schema.json',
schema: `${BASE_PATH}assets/schema/provider/filebacked-http.schema.json`,
steps: [
{
id: 'common',
Expand Down

0 comments on commit ae903b2

Please sign in to comment.