Every service meant to be public work now on port 80 (#205)

Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #205
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
2023-05-23 08:59:09 +02:00
parent d5e33381a2
commit 5b69fd1de0
13 changed files with 52 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
#url = "localhost:8081/xpath"
url = "localhost:5000/xpath"
url = "localhost/java/xpath"
#url = "localhost/libxml/xpath"
request = "POST"
data = "@data.json"

View File

@@ -1,4 +1,4 @@
#url = "localhost:8081/xpath"
url = "localhost:5000/xpath"
url = "localhost/java/xpath"
#url = "localhost/libxml/xpath"
request = "POST"
data = "@dataNS.json"