File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iknow-entity-browser" ,
3
- "version" : " 0.9.2 " ,
3
+ "version" : " 0.9.3 " ,
4
4
"description" : " Visualizer for iKnow entities" ,
5
5
"main" : " gulpfile.babel.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -140,9 +140,9 @@ <h1>General Settings</h1>
140
140
< input type ="text " value ="http://localhost " id ="settings.host " autosize
141
141
placeholder ="http://host.name "/> :< input id ="settings.port " autosize
142
142
type ="number " placeholder ="port " value ="57772 "/> /< input id ="settings.webAppName "
143
- autosize type ="text " placeholder ="app name " value ="EntityBrowser "/> /domain/< input
144
- id ="settings.domain " autosize type ="text " placeholder ="domain " value ="1 "/> / < span
145
- id ="querySetting "> < select id ="settings.queryType " title ="Query Type ">
143
+ autosize type ="text " placeholder ="app name " value ="EntityBrowser "/> /api/ domain/
144
+ < input id ="settings.domain " autosize type ="text " placeholder ="domain " value ="1 "
145
+ /> / < span id ="querySetting "> < select id ="settings.queryType " title ="Query Type ">
146
146
< option value ="related "> related</ option >
147
147
< option value ="similar "> similar</ option >
148
148
</ select > / < input autosize placeholder ="seed string " id ="settings.seed "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export function getData (callback) {
5
5
let https = ( getOption ( "host" ) || "" ) . indexOf ( "https://" ) === 0 ;
6
6
httpGet ( `${ getOption ( "host" ) || `http://${ location . hostname } ` } ${
7
7
getOption ( "port" ) === ( https ? 443 : 80 ) ? "" : ":" + getOption ( "port" )
8
- } /${ getOption ( "webAppName" ) } /domain/${ encodeURIComponent ( getOption ( "domain" ) ) } /${
8
+ } /${ getOption ( "webAppName" ) } /api/ domain/${ encodeURIComponent ( getOption ( "domain" ) ) } /${
9
9
encodeURIComponent ( getOption ( "queryType" ) )
10
10
} /${
11
11
encodeURIComponent ( getOption ( "seed" ) )
You can’t perform that action at this time.
0 commit comments