Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
nhathoang989 committed Oct 31, 2023
1 parent 468bdd1 commit 9364c59
Show file tree
Hide file tree
Showing 5 changed files with 3,248 additions and 3,252 deletions.
4 changes: 2 additions & 2 deletions src/applications/Mixcore/Controllers/AppController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Mixcore.Controllers
{
[Route("app")]
[Route("mixapp")]
public class AppController : MixControllerBase
{
protected UnitOfWorkInfo Uow;
Expand Down Expand Up @@ -58,7 +58,7 @@ public async Task<IActionResult> Index(string appName)
{
if (IsValid)
{
return await App($"/app/{appName}");
return await App($"/mixapp/{appName}");
}
else
{
Expand Down
Loading

0 comments on commit 9364c59

Please sign in to comment.