Skip to content

Commit

Permalink
Merge pull request #6 from KakaoTech-Hackathon-Dream/feature-image-ap…
Browse files Browse the repository at this point in the history
…i-bug

fix: api주소 변경
  • Loading branch information
IlMinCho authored Sep 6, 2024
2 parents fa91534 + 1b81f94 commit c90b7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async def generate_story_endpoint(request: StoryRequest):
# 에러 발생 시 HTTP 500 예외 처리
raise HTTPException(status_code=500, detail=str(e))

@app.post("/generate-image/")
@app.post("/api/image")
async def generate_image(request: ImageRequest):
try:
age = 66
Expand Down

0 comments on commit c90b7d0

Please sign in to comment.