Skip to content

Commit

Permalink
Merge pull request #4 from hft-app/ljans
Browse files Browse the repository at this point in the history
Refactor server path
  • Loading branch information
ljans authored Sep 10, 2023
2 parents cee7ad4 + 8353886 commit 9ddae9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
// Constructor
constructor(version) {
this.cacheVersion = version;
this.server = '/hft-app-server/';
this.server = '/server/';

// Setup handlers
this.requestHandlers = [
Expand Down

0 comments on commit 9ddae9d

Please sign in to comment.