Skip to content

Commit

Permalink
Api fix (#190)
Browse files Browse the repository at this point in the history
* update: frontend from tanega repo commit: #623ab16
https://github.com/tanega/trailwatch-front-kickoff

* feat: frontend ignore public data geometries

* fix: Docker frontend code volume share removed because of building files missing

Because frontend needs frontend build that is done during building docker, mounting volume for dev removes this building
Entrytpoint could be modified to detect that frontend needs to be rebuild but for the moment, removing volume mounting to assure frontend works

* feat: amélioration du docker frontend, Dockerfile séparé

# Conflicts:
#	docker/Dockerfile

* fix: frontend missing map-store

* fix: fix load data to use bloom/tasks (loading positions missing)

# Conflicts:
#	docker-compose-load-data.yaml

* update: frontend from tanega repo commit: #623ab16
https://github.com/tanega/trailwatch-front-kickoff

* fix: Docker frontend code volume share removed because of building files missing

Because frontend needs frontend build that is done during building docker, mounting volume for dev removes this building
Entrytpoint could be modified to detect that frontend needs to be rebuild but for the moment, removing volume mounting to assure frontend works

# Conflicts:
#	docker-compose.yaml

* feat: amélioration du docker frontend, Dockerfile séparé

# Conflicts:
#	docker-compose.yaml

* fix: docker compose files double volumes

* fix: problème de lien sur la racine api (maptiles missing car supprimé)

---------

Co-authored-by: herve.le-bars <[email protected]>
  • Loading branch information
rv2931 and herve.le-bars authored Jun 20, 2024
1 parent 3059bb9 commit 81abba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/bloom/services/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ async def get_zone(zones_id:int):
@app.get("/")
async def root(request:Request):
return {
"maptiles": f"{request.url_for('list_maptiles')}",
"cache_all_flush": f"{request.url_for('cache_all_flush')}",
"ports": f"{request.url_for('list_ports')}",
"vessels": f"{request.url_for('list_vessels')}",
"zones": f"{request.url_for('list_zones')}",
Expand Down

0 comments on commit 81abba1

Please sign in to comment.