Skip to content

Commit

Permalink
feat: 增加AI工具
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghao1993 committed Jan 7, 2025
1 parent 0271e87 commit af486d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/ai-tools/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ import { AiTypes } from "@/types/ai";
import { Col, Row } from "antd";
import { Sidebar } from "./component/siderbar";
import { AIToolCard } from "./component/aitoolcard";
import MainLayout from "@/Layouts/MainLayout";

async function getAllAiTools() {
return await get<AiTypes.AiTools>("/ai");
return await get<AiTypes.AiTools>("ai");
}

export default async function ToolsHomePage() {
Expand Down

0 comments on commit af486d1

Please sign in to comment.