Skip to content

Commit

Permalink
testing docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfang97 committed Apr 28, 2024
1 parent 423e08e commit ec4cebd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/components/Admin/Theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ export default function Theme() {
formData.append('logo', logoFile);
}

console.log('this is a test');

try {
const response = await fetch(url, { method: 'POST', headers: headers, body: formData });
const data = await response.text();
Expand Down

0 comments on commit ec4cebd

Please sign in to comment.