mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 06:29:28 -07:00
fix: cleanup test-service-provider and add attribution to previous PR
This commit is contained in:
parent
ae3f84d477
commit
7b207c046c
2 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
||||||
import * as doip from '../src/index.js'
|
import * as doip from '../src/index.js'
|
||||||
|
|
||||||
const main = async () => {
|
const main = async () => {
|
||||||
// const sp = doip.ServiceProviderDefinitions.data['activitypub'].processURI('https://fosstodon.org/@yarmo')
|
const sp = doip.ServiceProviderDefinitions.data.sourcehut.processURI('https://git.sr.ht/~alice/keyoxide_proof')
|
||||||
// const sp = doip.ServiceProviderDefinitions.data['discourse'].processURI('https://domain.org/u/alice')
|
console.log(sp)
|
||||||
const sp = doip.ServiceProviderDefinitions.data['sourcehut'].processURI('https://git.sr.ht/~alice/keyoxide_proof')
|
|
||||||
console.log(sp);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main()
|
main()
|
|
@ -1,5 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Copyright 2024 quaff
|
Copyright 2024 quaff
|
||||||
|
Copyright 2022 tianruiwei
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
Loading…
Reference in a new issue