Skip to content

Commit

Permalink
fix api path
Browse files Browse the repository at this point in the history
  • Loading branch information
k1g99 committed Feb 6, 2024
1 parent 4b7c1d3 commit baf7ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/service/base.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class RequestConfig {

class BaseService {
private getConfig(token?: string): RequestConfig {
const requestConfig = new RequestConfig('https://fgnet.click/api/')
const requestConfig = new RequestConfig('http://fgnet.click/api/')

if (token) {
requestConfig.setToken(token)
Expand Down

0 comments on commit baf7ad5

Please sign in to comment.