Skip to content

Commit

Permalink
update api url
Browse files Browse the repository at this point in the history
  • Loading branch information
nramos0 committed May 19, 2022
1 parent 5878486 commit 0479d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/net/apiEndpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config: APIConfig = {
root:
process.env.NODE_ENV === 'development' && !forceRemoteAPI
? '127.0.0.1'
: 'fluentreader.cc:2244',
: 'api.fluentreader.cc:2244',
prefix: '',
};

Expand Down

0 comments on commit 0479d05

Please sign in to comment.