Changed ExtendedApp to use ServeMux directly
More work on portfolio stuff Added technologies to portfolio projects
This commit is contained in:
@@ -169,9 +169,13 @@ Return:
|
||||
```json
|
||||
[
|
||||
{
|
||||
title: "title",
|
||||
title: "Darkstorm Server",
|
||||
repository: "https://github.com/CalebQ42/darkstorm-server",
|
||||
description: "The backend that runs runs my website and APIs",
|
||||
technologies: [ // May be empty
|
||||
"MongoDB",
|
||||
"RESTful API"
|
||||
],
|
||||
language: [
|
||||
{
|
||||
language: "go",
|
||||
|
||||
Reference in New Issue
Block a user