From 530b9d70cf4dc159555f2fc2cd3be7f93f59f40f Mon Sep 17 00:00:00 2001 From: DrussIsTheLegend <141316903+DrussIsTheLegend@users.noreply.github.com> Date: Sat, 10 Jan 2026 20:26:41 +0100 Subject: [PATCH] Rename service from 'fastapi-example' to 'fastapiexample' --- render.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.yaml b/render.yaml index b24b236..44ed732 100644 --- a/render.yaml +++ b/render.yaml @@ -1,7 +1,7 @@ services: # A Docker web service - type: web - name: fastapi-example + name: fastapiexample runtime: python plan: free autoDeploy: false