-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
6 changed files
with
36 additions
and
12 deletions.
There are no files selected for viewing
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
service/ | ||
backend/ - MAIN-BACKEND | ||
controller/ - api controller for auth, devenvs, and repls | ||
database/ - database init | ||
model/ - database models | ||
server/ - server and router | ||
service/ - cleanup, docker interfacing, proxying, and repls | ||
types/ | ||
util/ | ||
frontend/ - Next.js frontend | ||
image/ - CHILD-BACKEND | ||
controller/ - api controller for auth and terms | ||
server/ - server and router | ||
service/ - user management and terms management | ||
types/ | ||
util/ | ||
nginx/ - reverse proxy config | ||
postgres/ - database config |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,3 @@ index 161560f..f4fecc6 100644 | |
ctx.JSON(http.StatusBadRequest, gin.H{"error": "Illegal username"}) | ||
return | ||
} | ||
|