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

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
N0067H committed Aug 27, 2024
1 parent 079ddf9 commit af0d4e8
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 = require("../config/apiconfig.json").url;
const API = require("./config/apiconfig.json").url;

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

0 comments on commit af0d4e8

Please sign in to comment.