mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-22 10:22:39 +01:00
Merge pull request #818 from CE1CECL/master
Fix missing directory and modify old logos to the new ones.
This commit is contained in:
commit
11dac13354
@ -1,5 +1,5 @@
|
||||
<p align="center">
|
||||
<img width="100" src="https://raw.githubusercontent.com/fosscord/fosscord/master/assets/logo_big_transparent.png" />
|
||||
<img width="100" src="https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Icon-Rounded-Subtract.svg" />
|
||||
</p>
|
||||
<h1 align="center">Fosscord HTTP API Server</h1>
|
||||
|
||||
|
1
api/assets/preload-plugins/.gitkeep
Normal file
1
api/assets/preload-plugins/.gitkeep
Normal file
@ -0,0 +1 @@
|
||||
|
@ -67,6 +67,7 @@
|
||||
"@fosscord/util": "file:../util",
|
||||
"@sentry/node": "^6.16.1",
|
||||
"@sentry/tracing": "^6.16.1",
|
||||
"@yukikaze-bot/erlpack": "^1.0.1",
|
||||
"ajv": "8.6.2",
|
||||
"ajv-formats": "^2.1.1",
|
||||
"amqplib": "^0.8.0",
|
||||
|
@ -40,7 +40,6 @@ export default function TestClient(app: Application) {
|
||||
});
|
||||
}
|
||||
else {
|
||||
console.log(`CACHE MISS! Asset file: ${req.params.file}`);
|
||||
response = await fetch(`https://discord.com/assets/${req.params.file}`, {
|
||||
agent,
|
||||
// @ts-ignore
|
||||
@ -144,4 +143,4 @@ function stripHeaders(headers: Headers): Headers {
|
||||
headers.delete(headerName);
|
||||
});
|
||||
return headers;
|
||||
}
|
||||
}
|
||||
|
@ -68,6 +68,7 @@
|
||||
"@fosscord/gateway": "file:../gateway",
|
||||
"@sentry/node": "^6.16.1",
|
||||
"@sentry/tracing": "^6.16.1",
|
||||
"@yukikaze-bot/erlpack": "^1.0.1",
|
||||
"ajv": "8.6.2",
|
||||
"ajv-formats": "^2.1.1",
|
||||
"amqplib": "^0.8.0",
|
||||
@ -114,4 +115,4 @@
|
||||
"ws": "^7.4.2",
|
||||
"node-2fa": "^2.0.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
<p align="center">
|
||||
<img width="100" src="https://raw.githubusercontent.com/fosscord/fosscord/master/assets/logo_big_transparent.png" />
|
||||
<img width="100" src="https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Icon-Rounded-Subtract.svg" />
|
||||
</p>
|
||||
<h1 align="center">Fosscord WebSocket Gateway Server</h1>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<p align="center">
|
||||
<img width="100" src="https://raw.githubusercontent.com/fosscord/fosscord/master/assets/logo_big_transparent.png" />
|
||||
<img width="100" src="https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Icon-Rounded-Subtract.svg" />
|
||||
</p>
|
||||
<h1 align="center">Fosscord server util</h1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user