Skip to content

Commit

Permalink
fix port error in RequestService
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Troisi committed Dec 9, 2024
1 parent 5f63ed2 commit ff0e609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/requestService.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ var configGlobal = require('../config/global');
const projectService = require('./projectService');
const axios = require("axios").default;

let port = process.env.PORT || '3000';
const TILEBOT_ENDPOINT = process.env.TILEBOT_ENDPOINT || "http://localhost:" + port+ "/modules/tilebot/ext/";

let tdCache = new TdCache({
Expand Down

0 comments on commit ff0e609

Please sign in to comment.