We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822fdaa commit 0bafa31Copy full SHA for 0bafa31
docs/new_endpoint_tutorial.md
@@ -64,7 +64,10 @@ the following:
64
65
# update the server
66
67
-TODO sam
+1. create a new file in `/src/server/endpoints/` e.g., `fluview_meta.py` or copy and existing one.
68
+2. edit the created file `Blueprint("fluview_meta", __name__)` such that the first argument should match the target endpoint name
69
+3. edit the existing `/src/server/endpoints/__init__.py`, add the newly created file to the imports at the top and to the list of endpoints below.
70
+
71
72
# update the client libraries
73
0 commit comments