This commit is contained in:
MeysamMoghaddam
2025-10-12 13:03:09 +03:30
parent d1c03c5c99
commit 0b3191d566
3 changed files with 314 additions and 2 deletions

View File

@@ -27,4 +27,9 @@ public static class RouteConstants
{
public const string Index = "/about";
}
public static class FAQ
{
public const string Index = "/faq";
}
}