Skip to content

Commit

Permalink
Merge pull request #118 from Arquisoft/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
pelazas authored Apr 27, 2024
2 parents 41b6183 + f886022 commit e5db97a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 154 deletions.
153 changes: 0 additions & 153 deletions webapp/src/components/game/multiplayer/QuestionsMultiPlayer.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion webapp/src/pages/groups/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import NoGroup from 'src/components/group/NoGroup';
import { GroupTable } from 'src/components/group/GroupTable';

//const apiEndpoint = 'http://conoceryvencer.xyz:8000'
const apiEndpoint = process.env.REACT_APPAPI_ENDPOINT || 'http://localhost:8000';
const apiEndpoint = process.env.REACT_APP_API_ENDPOINT || 'http://localhost:8000';
let groupUUID: string = "";

export const GroupsPage: React.FC<{}> = () => {
Expand Down

0 comments on commit e5db97a

Please sign in to comment.