Skip to content

Commit

Permalink
Merge pull request #10 from rwth-iat/http_api/update_base_url
Browse files Browse the repository at this point in the history
adapter.http: update base URL from `/api/v1` to `/api/v3.0`
  • Loading branch information
jkhsjdhjs committed Mar 6, 2024
2 parents b9ba39a + e857a64 commit 1d2813e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basyx/aas/adapter/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ class WSGIApp:
def __init__(self, object_store: model.AbstractObjectStore):
self.object_store: model.AbstractObjectStore = object_store
self.url_map = werkzeug.routing.Map([
Submount("/api/v1", [
Submount("/api/v3.0", [
Submount("/shells", [
Rule("/", methods=["GET"], endpoint=self.get_aas_all),
Rule("/", methods=["POST"], endpoint=self.post_aas),
Expand Down

0 comments on commit 1d2813e

Please sign in to comment.