Skip to content

Commit

Permalink
[UPD] guichet api
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed May 30, 2024
1 parent 3b24e28 commit 2eaefce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guichet/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import config from '../config/config'

let apiLogin, apiPwd;

const apiPath = config.guichetURL + 'gcms/api/'
const apiPath = (config.guichetURL+'/').replace(/\/\/$/, '/') + 'gcms/api/'

/* Fetch response as get */
function get(root, cback) {
Expand Down

0 comments on commit 2eaefce

Please sign in to comment.