mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
[bin] Don't create projects as listed
This commit is contained in:
parent
9fc5a25417
commit
4549e7a3e0
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ const createProject = async (partsList = []) => {
|
|||
|
||||
const body = JSON.stringify({
|
||||
name: "The Bin!",
|
||||
unlisted: false,
|
||||
unlisted: true,
|
||||
files: [{
|
||||
name: "help.md",
|
||||
content: `# Welcome to The Bin! 🦝
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue