liljudd-website/add-test-server.http

11 lines
418 B
Text
Raw Normal View History

POST http://localhost:3000/api/598539452343648256/config
# Content-Type: application/json
Authorization: Basic {{$dotenv DISCORD_CLIENT_ID}}:{{$dotenv DISCORD_CLIENT_SECRET}}
Origin: http://localhost:3000
###
DELETE http://localhost:3000/api/598539452343648256/config
# Content-Type: application/json
Authorization: Basic {{$dotenv DISCORD_CLIENT_ID}}:{{$dotenv DISCORD_CLIENT_SECRET}}
Origin: http://localhost:3000