💥 Add /api prefix for json endpoints with redirect
This commit is contained in:
@ -11,7 +11,7 @@ using System.Collections.Generic;
|
||||
namespace DysonNetwork.Sphere.Account;
|
||||
|
||||
[ApiController]
|
||||
[Route("/accounts")]
|
||||
[Route("/api/accounts")]
|
||||
public class AccountController(
|
||||
AppDatabase db,
|
||||
AuthService auth,
|
||||
|
Reference in New Issue
Block a user