From 9fc35ae25d8921c38a6ab29912a614cc19e97ff3 Mon Sep 17 00:00:00 2001 From: Saimon Shaplygin Date: Sat, 30 Aug 2025 01:32:43 +0200 Subject: [PATCH] ref: typo --- Dockerfile | 2 +- http/get.http | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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