mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-24 01:35:08 +02:00
feat: Finished saving functionality for dashboard
This commit is contained in:
parent
3c404ab5fa
commit
136468b4bd
5 changed files with 499 additions and 233 deletions
11
add-test-server.http
Normal file
11
add-test-server.http
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue