Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 0a859dc

Browse files
committed
Added link to MyGourmetRecipes. Thanks heaps James. :)
1 parent fdbb2a5 commit 0a859dc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

api/templates/root.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
}
1616
</style>
1717
<h1>DBHub API (in early stage development)</h1>
18+
19+
<h2>Working examples with source code</h2>
20+
21+
<h3>Javascript</h3>
22+
<ul>
23+
<li><a href="https://github.com/JamesPerreault/MyGourmetRecipes">MyGourmetRecipes</a> - a web based Gourmet Recipe Manager, by <a href="https://github.com/JamesPerreault">James Perreault</a></li>
24+
</ul>
25+
26+
<h2>API functions</h2>
1827
<table>
1928
<tr class="dochead">
2029
<th>URL</th>

vendor/modules.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,5 @@ google.golang.org/protobuf/runtime/protoimpl
206206
# github.com/Sirupsen/logrus v1.0.5 => github.com/sirupsen/logrus v1.0.5
207207
# github.com/Sirupsen/logrus v1.3.0 => github.com/sirupsen/logrus v1.3.0
208208
# github.com/Sirupsen/logrus v1.4.0 => github.com/sirupsen/logrus v1.4.0
209+
# github.com/Sirupsen/logrus v1.5.0 => github.com/sirupsen/logrus v1.5.0
210+
# github.com/Sirupsen/logrus v1.6.0 => github.com/sirupsen/logrus v1.6.0

0 commit comments

Comments
 (0)