Skip to content

Commit

Permalink
fix: fix request config
Browse files Browse the repository at this point in the history
  • Loading branch information
k1g99 committed Feb 15, 2024
1 parent b9a9820 commit 2f8ef56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/service/base.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ class RequestConfig {

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

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

0 comments on commit 2f8ef56

Please sign in to comment.