mikhailche.dev

HTTP 404 · api-gateway · route lookup failed

Path 404: not in the spec

This site is a static bucket behind a Yandex Cloud API Gateway. Every URL that works is an entry in one OpenAPI file — and the one you asked for isn't there.

openapi.yaml
openapi: 3.0.0
info:
  title: Mikhailche CV
  version: 1.0.0
paths:
  /:           ✓ 200  # object_storage → index.html
  /qrcodes:    ✓ 200  # cloud_functions
  /cryptosend: ✓ 200  # cloud_functions
  /{file+}:    ✓ 200  # object_storage → '{file}'
  /???:       ✗ 404  # <- you are here, no such object

Defined routes

Back to the portfolio