Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update Client
Browse files Browse the repository at this point in the history
  • Loading branch information
N0067H committed Aug 27, 2024
1 parent c211963 commit f2d0872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/client/src/App.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useState, useEffect } from 'react';
import styles from './App.module.css';

const API = process.env.SERVER_URL;
const API = process.env.SERVER_BASE_URL;

function Button({ text, handle, className, value, type, disabled }) {
return (
Expand Down

0 comments on commit f2d0872

Please sign in to comment.