Skip to content

Commit

Permalink
Update 2023-04-11-n2t-ark-resolver.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt authored Apr 13, 2023
1 parent 38403f6 commit 25d3f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-04-11-n2t-ark-resolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The two tricks here are:
1. We want to remove the redundant `ark:/` then interpret the ARK provider code as the prefix and the rest as the local
unique identifier. However, we still want to be able to write URLs in our resolver that have the `ark:/` prefix.
Luckily, Flask has the facility to define a default `url_prefix` before a given blueprint that we invoke directly.
2. Unlike CURIEs that use a colon `:` as the delimiter between the prefix and local unique identifier, AKRs use a
2. Unlike CURIEs that use a colon `:` as the delimiter between the prefix and local unique identifier, ARKs use a
slash `/`. We can also set this in the Converter's settings.

Now, all we need to do is instantiate the app and serve it with any WSGI tool like Gunicorn, Uvicorn, or Flask's
Expand Down

0 comments on commit 25d3f45

Please sign in to comment.