diff --git a/Dockerfile b/Dockerfile index 4fe6e87..c59b703 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:latest as builder +FROM rust:latest AS builder WORKDIR /usr/src/app COPY Cargo.toml Cargo.lock ./ diff --git a/http/get.http b/http/get.http index 9e616df..b846323 100644 --- a/http/get.http +++ b/http/get.http @@ -1,4 +1,4 @@ @url=http://localhost:8080 -@code = "urpjO3" +@code=0KBQS3 GET {{url}}/cc/{{code}} HTTP/1.1