Added auth for position you will stand after signing up
This commit is contained in:
parent
1ea47a9f7c
commit
cef71a5abe
6 changed files with 30 additions and 13 deletions
|
|
@ -21,6 +21,7 @@ fun buildRequest(path: String): HttpRequest {
|
|||
listOf(
|
||||
"cookie_consent_analytics=no",
|
||||
"cookie_consent=no",
|
||||
"SSHContext=${dotEnv["AUTH"]}"
|
||||
).joinToString("; ")
|
||||
)
|
||||
.GET()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue