This repository has been archived by the owner on Dec 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8aef537
commit ab9cbdb
Showing
7 changed files
with
209 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -205,7 +205,7 @@ The following properties of every endpoint will be descibed in this file: | |
"id": "Project Id" | ||
"name": "Project Name", | ||
"form_count": 5, | ||
"allowed_origins": ["http://localhost", "https://savemyform.tk"], | ||
"allowed_origins": ["http://localhost", "https://savemyform.in.net"], | ||
"date_created": "date-of-creation" | ||
} | ||
] | ||
|
@@ -244,7 +244,7 @@ The following properties of every endpoint will be descibed in this file: | |
"hasRecaptcha": true, | ||
"recaptchaKey": "User's project Recaptcha Key", | ||
"recaptchaSecret": "User's project Recaptcha Secret", | ||
"allowedOrigins": ["http://localhost", "https://savemyform.tk"], | ||
"allowedOrigins": ["http://localhost", "https://savemyform.in.net"], | ||
"collaborators": ["[email protected]", "[email protected]"], | ||
"recaptcha_token": "Google Recaptcha Token recieved from Google" | ||
} | ||
|
@@ -283,7 +283,7 @@ The following properties of every endpoint will be descibed in this file: | |
"hasRecaptcha": true, | ||
"recaptchaKey": "User's project Recaptcha Key", | ||
"recaptchaSecret": "User's project Recaptcha Secret", | ||
"allowedOrigins": ["http://localhost", "https://savemyform.tk"], | ||
"allowedOrigins": ["http://localhost", "https://savemyform.in.net"], | ||
"form_count": 2, | ||
"forms":[ | ||
{ | ||
|
@@ -309,7 +309,7 @@ The following properties of every endpoint will be descibed in this file: | |
"hasRecaptcha": true, | ||
"recaptchaKey": "User's project Recaptcha Key", | ||
"recaptchaSecret": "User's project Recaptcha Secret", | ||
"allowedOrigins": ["http://localhost", "https://savemyform.tk"], | ||
"allowedOrigins": ["http://localhost", "https://savemyform.in.net"], | ||
"collaborators": ["[email protected]", "[email protected]"], | ||
"recaptcha_token": "Google Recaptcha Token recieved from Google", | ||
"password": "user's password" | ||
|
@@ -335,7 +335,7 @@ The following properties of every endpoint will be descibed in this file: | |
"hasRecaptcha": true, | ||
"recaptchaKey": "User's project Recaptcha Key", | ||
"recaptchaSecret": "User's project Recaptcha Secret", | ||
"allowedOrigins": ["http://localhost", "https://savemyform.tk"], | ||
"allowedOrigins": ["http://localhost", "https://savemyform.in.net"], | ||
} | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.