Skip to content

Commit

Permalink
Add prefix to tiler
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Feb 24, 2023
1 parent d1e9aab commit 1234d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiler/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .middlewares.auth_middleware import AuthMiddleware
from .middlewares.url_injector import inject_s3_url

app = FastAPI(title="LandGriffon Tiler")
app = FastAPI(title="LandGriffon Tiler", root_path="/tiler")
app.add_middleware(TotalTimeMiddleware)
app.add_middleware(LoggerMiddleware)
app.add_middleware(AuthMiddleware)
Expand Down

0 comments on commit 1234d0b

Please sign in to comment.