Skip to content

Commit

Permalink
fix: gyfe -> gyft
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jul 28, 2024
1 parent 75eefda commit 6cc1fb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ version: "3"

services:
backend:
image: metakgporg/gyfe-api
container_name: gyfe-api
image: metakgporg/gyft-api
container_name: gyft-api
build: .
restart: always
networks:
metaploy-network:
aliases:
- gyfe-api
- gyft-api
volumes:
- nginx-config-volume:/etc/nginx/sites-enabled

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Footer: React.FC<props> = ({ openModal }) => {
Contribute to this project on{" "}
<strong>
<a
href="https://github.com/metakgp/gyfe"
href="https://github.com/metakgp/gyft"
target="_blank"
>
GitHub
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/url.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const BACKEND_URL = import.meta.env.PROD
? "https://gyfe-api.metakgp.org"
? "https://gyft-api.metakgp.org"
: "http://127.0.0.1:5000";

0 comments on commit 6cc1fb7

Please sign in to comment.