Skip to content
Snippets Groups Projects
Commit 0e7c785f authored by Thomas Bock's avatar Thomas Bock :speech_balloon:
Browse files

..

parent 6931512e
Branches
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ URL=http://localhost:9009/ ...@@ -11,7 +11,7 @@ URL=http://localhost:9009/
and use it this way and use it this way
```shell ```shell
curl -H "$H" -d "$D" -X POST $URL curl -H "$H" -d "$D" -X POST $URL --noproxy "*"
``` ```
```shell ```shell
......
...@@ -10,7 +10,7 @@ URL=http://localhost:9009/ ...@@ -10,7 +10,7 @@ URL=http://localhost:9009/
and use it this way and use it this way
```shell ```shell
curl -H "$H" -d "$D" -X POST $URL curl -H "$H" -d "$D" -X POST $URL --noproxy "*"
``` ```
## SRG VM212 ## SRG VM212
......
...@@ -28,3 +28,8 @@ ...@@ -28,3 +28,8 @@
:main 'devhub.server :main 'devhub.server
:uber-file uber-file :uber-file uber-file
:basis basis})) :basis basis}))
(defn all [_]
(clean nil)
(prep nil)
(uber nil))
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment