Skip to content

Commit

Permalink
Change hostname for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
klydra committed Mar 5, 2023
1 parent d01ee54 commit ae02739
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion server/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ func resetCard(card string) string {
if card[0] == 'j' || card[0] == 'w' {
card = string(card[0]) + string('d')
}

return card
}

Expand Down
2 changes: 1 addition & 1 deletion src/api/API.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { showNotification } from "@mantine/notifications";
import { AccountCircle, PlayArrow } from "@mui/icons-material";
import React from "react";

export const API_HOST = "http://localhost:8090";
export const API_HOST = "https://api.108.cards";
export const API_NOTIFICATION_NOTICE_TIMEOUT = 8000;
export const API_NOTIFICATION_GAME_TIMEOUT = 1000;

Expand Down

0 comments on commit ae02739

Please sign in to comment.