File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ const refs = {
77 'http://localhost:1234/integer.json' : require ( './remotes/integer.json' ) ,
88 'http://localhost:1234/subSchemas.json' : require ( './remotes/subSchemas.json' ) ,
99 'http://localhost:1234/baseUriChange/folderInteger.json' : require ( './remotes/baseUriChange/folderInteger.json' ) ,
10+ 'http://localhost:1234/baseUriChangeFolder/folderInteger.json' : require ( './remotes/baseUriChange/folderInteger.json' ) ,
11+ 'http://localhost:1234/baseUriChangeFolderInSubschema/folderInteger.json' : require ( './remotes/baseUriChange/folderInteger.json' ) ,
1012 'http://localhost:1234/name.json' : require ( './remotes/name.json' ) ,
1113 'http://localhost:1234/name-defs.json' : require ( './remotes/name-defs.json' )
1214} ;
You can’t perform that action at this time.
0 commit comments