Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 4ef61d5

Browse files
authored
chore: add metadata for uploads module (#108)
1 parent 98c722c commit 4ef61d5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

modules/uploads/module.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
2+
"name": "Uploads",
3+
"description": "Upload & store blobs of data.",
4+
"icon": "file-arrow-up",
5+
"tags": [
6+
"core", "utility"
7+
],
8+
"authors": [
9+
"rivet-gg",
10+
"Blckbrry-Pi",
11+
"NathanFlurry"
12+
],
13+
"status": "stable",
214
"scripts": {
315
"prepare": {
416
"name": "Prepare Upload",

tests/basic/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

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

0 commit comments

Comments
 (0)