feat: Finished saving functionality for dashboard

This commit is contained in:
aronmal 2024-03-18 16:24:00 +01:00
parent 3c404ab5fa
commit 136468b4bd
Signed by: aronmal
GPG key ID: 816B7707426FC612
5 changed files with 499 additions and 233 deletions

11
add-test-server.http Normal file
View file

@ -0,0 +1,11 @@
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