You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, this isn't actually an issue with IntegreSQL - i'm trying to demo IntegreSQL to replace our test DB provider in a Java project, to start out i'm using the docker-compose template and trying to interact with it using Postman.
Trying to send POST 127.0.0.1:5000/templates with - {"hash": "some_string"} in the body is receiving a 404 not found response.
I'm not sure what I could be doing wrong at this step, I thought this was the initial interaction with IntegreSQL so I can't imagine what resource it's looking for.
Sorry for using this medium to contact you,
I wasn't sure how else to do so.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hey guys, this isn't actually an issue with IntegreSQL - i'm trying to demo IntegreSQL to replace our test DB provider in a Java project, to start out i'm using the docker-compose template and trying to interact with it using Postman.
Trying to send
POST 127.0.0.1:5000/templates
with -{"hash": "some_string"}
in the body is receiving a 404 not found response.I'm not sure what I could be doing wrong at this step, I thought this was the initial interaction with IntegreSQL so I can't imagine what resource it's looking for.
Sorry for using this medium to contact you,
I wasn't sure how else to do so.
Thanks in advance
The text was updated successfully, but these errors were encountered: