File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
package version
2
2
3
- var VERSION = "1.4.3 "
3
+ var VERSION = "1.4.4 "
4
4
var REVISION = "unknown"
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ <h2 class="headline">The best way to start developing</h2>
147
147
getInfo : function ( ) {
148
148
var xhr = new XMLHttpRequest ( )
149
149
var self = this
150
- xhr . open ( 'GET' , "/ api/info" )
150
+ xhr . open ( 'GET' , "api/info" )
151
151
xhr . onload = function ( ) {
152
152
data = JSON . parse ( xhr . responseText )
153
153
// reload page when the version changes
@@ -170,7 +170,7 @@ <h2 class="headline">The best way to start developing</h2>
170
170
} ,
171
171
postBackend : function ( ) {
172
172
var self = this
173
- fetch ( "/ api/echo" , {
173
+ fetch ( "api/echo" , {
174
174
method : 'post' ,
175
175
headers : {
176
176
"Content-type" : "application/json; charset=UTF-8" ,
You can’t perform that action at this time.
0 commit comments