new api service and logic implemented
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Original content from ApiEvents/LanguageServiceApi/language_service.py
|
||||
from typing import Dict, List, Optional
|
||||
from fastapi import APIRouter, Header
|
||||
from pydantic import BaseModel
|
||||
|
||||
# ... rest of the file content ...
|
||||
@@ -0,0 +1,7 @@
|
||||
# Original content from ApiEvents/LanguageServiceApi/zod_messages.py
|
||||
from typing import Dict
|
||||
from fastapi import APIRouter, Header
|
||||
from pydantic import BaseModel
|
||||
from typing import Optional
|
||||
|
||||
# ... rest of the file content ...
|
||||
@@ -0,0 +1,4 @@
|
||||
// Original content from frontend/src/services/languageService.ts
|
||||
import axios from 'axios';
|
||||
|
||||
// ... rest of the file content ...
|
||||
Reference in New Issue
Block a user