Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions modules/uploads/module.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"name": "Uploads",
"description": "Upload & store blobs of data.",
"icon": "file-arrow-up",
"tags": [
"core", "utility"
],
"authors": [
"rivet-gg",
"Blckbrry-Pi",
"NathanFlurry"
],
"status": "stable",
"scripts": {
"prepare": {
"name": "Prepare Upload",
Expand Down
2 changes: 1 addition & 1 deletion tests/basic/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

curl -X POST "https://f9c627f2-bdc-yaw--staging.opengb.rivet.gg/modules/auth/scripts/auth_email_passwordless/call" \
curl -X POST "http://localhost:8080/modules/auth/scripts/auth_email_passwordless/call" \
-H "Content-Type: application/json" \
-d '{
"email": "test@rivet.gg"
Expand Down