Compare commits
3 Commits
feat/paper
...
mimo/code/
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e19c22c8e | ||
| 85ffbfed33 | |||
| a5acbdb2c4 |
2
app.js
2
app.js
@@ -1192,7 +1192,7 @@ async function fetchGiteaData() {
|
||||
try {
|
||||
const [issuesRes, stateRes] = await Promise.all([
|
||||
fetch('https://forge.alexanderwhitestone.com/api/v1/repos/Timmy_Foundation/the-nexus/issues?state=all&limit=20'),
|
||||
fetch('https://forge.alexanderwhitestone.com/api/v1/repos/timmy_Foundation/the-nexus/contents/vision.json')
|
||||
fetch('https://forge.alexanderwhitestone.com/api/v1/repos/Timmy_Foundation/the-nexus/contents/vision.json')
|
||||
]);
|
||||
|
||||
if (issuesRes.ok) {
|
||||
|
||||
BIN
icons/icon-192x192.png
Normal file
BIN
icons/icon-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 413 B |
BIN
icons/icon-512x512.png
Normal file
BIN
icons/icon-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user