Skip to content

Commit 976660a

Browse files
committed
Restore API port to 9090
1 parent 2e788b7 commit 976660a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fair.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ def load_config(plugin=None, fail_if_no_config=True):
5353
arguments={"title": "FAIR evaluator Example"},
5454
resolver=RestyResolver("api"),
5555
)
56-
app.run(port=8080)
56+
app.run(port=9090)

0 commit comments

Comments
 (0)