mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-03 19:57:29 +01:00
Remove dummy data from API
This commit is contained in:
parent
c4fac34e6a
commit
bc38094a41
@ -131,7 +131,6 @@ def oauth_grant():
|
|||||||
|
|
||||||
return jsonify({
|
return jsonify({
|
||||||
"access_token": token.access_token,
|
"access_token": token.access_token,
|
||||||
"refresh_token": "abc",
|
|
||||||
"token_type": "Bearer",
|
"token_type": "Bearer",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user