We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c9705 commit 9c5c787Copy full SHA for 9c5c787
stbx-service-rest/README.md
@@ -10,5 +10,5 @@ npm run serve
10
We can make request a transaction using [httpie](https://httpie.org) like so:
11
12
```
13
-http localhost:8080/tx/zFsGM27HNS66qmGp1Y1STK48FUA1F12VHLRB51RGWNYWV
+http localhost:8008/tx/zFsGM27HNS66qmGp1Y1STK48FUA1F12VHLRB51RGWNYWV
14
stbx-service-rest/src/Statebox/Service/Main.purs
@@ -47,7 +47,7 @@ import Statebox.Store.Types (Actions) as Store
47
foreign import stringBodyParser :: Fn3 Request Response (Effect Unit) (Effect Unit)
48
49
stbxPort :: Int
50
-stbxPort = 8080
+stbxPort = 8008
51
52
-- application state
53
0 commit comments