Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cowart committed Aug 2, 2022
1 parent c0f6b15 commit e1b35f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion microsetta_private_api/admin/admin_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from werkzeug.exceptions import Unauthorized
from microsetta_private_api.qiita import qclient
from microsetta_private_api.repo.interested_user_repo import InterestedUserRepo
from microsetta_private_api.localization import EN_US
# from microsetta_private_api.localization import EN_US


def search_barcode(token_info, sample_barcode):
Expand Down
1 change: 0 additions & 1 deletion microsetta_private_api/server_config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"disable_authentication": "False",
"endpoint": "http://localhost:8082",
"port": 8082,
"debug": true,
Expand Down

0 comments on commit e1b35f9

Please sign in to comment.