fix paths
This commit is contained in:
parent
4c43776528
commit
e554f9ea4c
@ -1,7 +1,7 @@
|
||||
// from config.js
|
||||
/* global urlVersions */
|
||||
|
||||
var urlFileUpload = "https://localhost:8443/api/1.0/papers/uploadTmpFile";
|
||||
var urlFileUpload = "/api/1.0/papers/uploadTmpFile";
|
||||
|
||||
/* exported MessageTypesEnum */
|
||||
var MessageTypesEnum = {
|
||||
|
@ -1,5 +1,5 @@
|
||||
var urlPapers = "https://localhost:8443/api/1.0/papers";
|
||||
var urlPaperStatuses = "https://localhost:8443/api/1.0/papers/statuses";
|
||||
var urlPapers = "/api/1.0/papers";
|
||||
var urlPaperStatuses = "/api/1.0/papers/statuses";
|
||||
|
||||
function showPapers(papersElement) {
|
||||
getFromRest(urlPapers, function (paperList) {
|
||||
|
Loading…
Reference in New Issue
Block a user