Skip to content

Commit d94e3e1

Browse files
committed
fix: removed cypress
1 parent f94725e commit d94e3e1

File tree

3 files changed

+3
-62
lines changed

3 files changed

+3
-62
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ allcode.txt
2525
*.sw?
2626

2727
.env.*
28-
.env.development
28+
.env.development
29+
.aider*

cypress.config.ts

Lines changed: 0 additions & 60 deletions
This file was deleted.

src/api/entriesApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ console.log('Backend API:', API_URL);
55

66
export async function postNewEntry(entry: Entry): Promise<void> {
77
try {
8-
const response = await fetch(`${API_URL}/newEntry`, {
8+
const response = await fetch(`${API_URL}/write`, {
99
method: 'POST',
1010
headers: {
1111
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)