Skip to content

Commit

Permalink
refactor: /api/bilibili/video => /video
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-L committed Jul 27, 2024
1 parent 3bd3ac6 commit 57dc507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MisakaBiliApi/Controllers/BiliVideoController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace MisakaBiliApi.Controllers;
/// <summary>
/// 哔哩哔哩视频 Api 控制器
/// </summary>
[Route("/api/bilibili/video/")]
[Route("video")]
public partial class BiliVideoController : Controller
{
private readonly IBiliApiServices _biliApiServices;
Expand Down

0 comments on commit 57dc507

Please sign in to comment.