mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 12:09:55 +02:00
Slon/Modules/NodeInfo: Implement .well-known/nodeinfo and nodeinfo/2.0
This commit is contained in:
4
Slon/Endpoints/Get/NodeInfo.HC
Normal file
4
Slon/Endpoints/Get/NodeInfo.HC
Normal file
@@ -0,0 +1,4 @@
|
||||
if (!StrICmp("/nodeinfo/2.0", @slon_http_request_path(session))) {
|
||||
@slon_nodeinfo_20(session);
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user