changed server details for tests within container

This commit is contained in:
Andrzej Stepien 2023-08-10 19:40:35 +02:00
parent 73bfd972d8
commit dc0da62fdf
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ setGlobalDispatcher(agent)
export default async function createNote(text) {
const url = 'https://localhost:80/api/notes/create'
const url = 'http://localhost:3000/api/notes/create'
const params = {
text: text,
}

Binary file not shown.