From 107dbfaf7b27e1b22486b965a5dd38d7bf885463 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Sat, 18 Feb 2023 21:27:15 +0400 Subject: [PATCH] Corrected sample page --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index a6c7f3b..20db6fe 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,8 +5,8 @@ {% block content %}

This is the default main page of - - Flask app template + + FastAPI app template

{% endblock %}