Remove dummy data from API

This commit is contained in:
rubenwardy 2023-10-31 18:54:58 +00:00
parent c4fac34e6a
commit bc38094a41

@ -131,7 +131,6 @@ def oauth_grant():
return jsonify({
"access_token": token.access_token,
"refresh_token": "abc",
"token_type": "Bearer",
})