Skip to content

Commit

Permalink
fix: overwrite main endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Aug 13, 2024
1 parent cc9a4a9 commit 4716bd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ai4papi/routers/v1/try_me/nomad.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,7 @@ def get_deployment(
full_info=True,
)

# Rewrite main endpoint, otherwise it automatically selects DEEPaaS API
job['main_endpoint'] = 'ui'

return job

0 comments on commit 4716bd9

Please sign in to comment.